SOURCES: vim-apache.patch - /etc/{httpd, apache} need not to be in ...
glen
glen at pld-linux.org
Thu Jan 5 18:15:30 CET 2006
Author: glen Date: Thu Jan 5 17:15:30 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- /etc/{httpd,apache} need not to be in root (in case of chroot / vserver files)
---- Files affected:
SOURCES:
vim-apache.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/vim-apache.patch
diff -u SOURCES/vim-apache.patch:1.4 SOURCES/vim-apache.patch:1.5
--- SOURCES/vim-apache.patch:1.4 Thu Jan 5 18:14:42 2006
+++ SOURCES/vim-apache.patch Thu Jan 5 18:15:25 2006
@@ -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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/vim-apache.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list