From: Elan Ruusamäe Date: Thu, 5 Jan 2006 17:15:25 +0000 (+0000) Subject: - /etc/{httpd,apache} need not to be in root (in case of chroot / vserver files) X-Git-Tag: auto/ac/vim-6_4_006-2~5 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=c235de08547b762cfc8f4228f07c53b3ed66bb43;p=packages%2Fvim.git - /etc/{httpd,apache} need not to be in root (in case of chroot / vserver files) Changed files: vim-apache.patch -> 1.5 --- diff --git a/vim-apache.patch b/vim-apache.patch index 86ab892..ced660d 100644 --- a/vim-apache.patch +++ b/vim-apache.patch @@ -4,8 +4,8 @@ au BufNewFile,BufRead proftpd.conf* setf apachestyle " Apache config file -+au BufNewFile,BufRead /etc/httpd/*.conf,apache-*.conf,*-apache.conf let apache_version="2.2" | setf apache -+au BufNewFile,BufRead /etc/apache/*.conf,apache1-*.conf,*-apache1.conf let apache_version="1.3" | setf apache ++au BufNewFile,BufRead */etc/httpd/*.conf,apache-*.conf,*-apache.conf let apache_version="2.2" | setf apache ++au BufNewFile,BufRead */etc/apache/*.conf,apache1-*.conf,*-apache1.conf let apache_version="1.3" | setf apache au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,.htaccess,apache.conf* setf apache " XA65 MOS6510 cross assembler