[Pkg-apache-commits] r1003 - /trunk/apache2/convert_docs
sf at alioth.debian.org
sf at alioth.debian.org
Mon Jul 27 21:58:49 UTC 2009
Author: sf
Date: Mon Jul 27 21:58:49 2009
New Revision: 1003
URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1003
Log:
fix syntax
Modified:
trunk/apache2/convert_docs
Modified: trunk/apache2/convert_docs
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/convert_docs?rev=1003&op=diff
==============================================================================
--- trunk/apache2/convert_docs (original)
+++ trunk/apache2/convert_docs Mon Jul 27 21:58:49 2009
@@ -87,8 +87,8 @@
}
# Debian tweaks
- $file =~ s{/usr/local/apache2/conf/httpd[.]conf}{/etc/apache2/apache2.conf}g
- $file =~ s{httpd[.]conf}{apache2.conf}g
+ $file =~ s{/usr/local/apache2/conf/httpd[.]conf}{/etc/apache2/apache2.conf}g;
+ $file =~ s{httpd[.]conf}{apache2.conf}g;
open(my $out, ">", $new);
print $out $file;
More information about the Pkg-apache-commits
mailing list