SOURCES: vim-apache.patch - match also *-apache{1,}.conf in SOURCES

glen glen at pld-linux.org
Thu Jan 5 18:14:48 CET 2006


Author: glen                         Date: Thu Jan  5 17:14:48 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- match also *-apache{1,}.conf in SOURCES

---- Files affected:
SOURCES:
   vim-apache.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/vim-apache.patch
diff -u SOURCES/vim-apache.patch:1.3 SOURCES/vim-apache.patch:1.4
--- SOURCES/vim-apache.patch:1.3	Sun Dec 25 01:24:31 2005
+++ SOURCES/vim-apache.patch	Thu Jan  5 18:14:42 2006
@@ -4,8 +4,8 @@
  au BufNewFile,BufRead proftpd.conf*		setf apachestyle
  
  " Apache config file
-+au BufNewFile,BufRead /etc/httpd/*.conf,apache-*.conf	let apache_version="2.2" | setf apache
-+au BufNewFile,BufRead /etc/apache/*.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.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list