diff options
Diffstat (limited to 'ftp/ftplocate/files/patch-install.pl')
-rw-r--r-- | ftp/ftplocate/files/patch-install.pl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ftp/ftplocate/files/patch-install.pl b/ftp/ftplocate/files/patch-install.pl new file mode 100644 index 000000000000..8afffd06dc56 --- /dev/null +++ b/ftp/ftplocate/files/patch-install.pl @@ -0,0 +1,18 @@ +--- install.pl.orig Thu Aug 23 21:12:47 2001 ++++ install.pl Thu Aug 23 21:17:01 2001 +@@ -251,6 +251,7 @@ + + $defhtmldir="/usr/local/apache/share/htdocs"; + foreach ( ++ "/usr/local/www/data.default", + "/usr/local/apache/share/htdocs", + "/usr/local/apache/htdocs", + "/opt/apache/share/htdocs", +@@ -261,6 +262,7 @@ + + $defcgidir="/usr/local/apache/share/cgi-bin"; + foreach ( ++ "/usr/local/www/cgi-bin.default", + "/usr/local/apache/share/cgi-bin", + "/usr/local/apache/cgi-bin", + "/opt/apache/share/cgi-bin", |