summaryrefslogtreecommitdiff
path: root/www/apache13-fp/files/patch-at
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-27 02:52:26 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-27 02:52:26 +0000
commit936af4387d81e213b5945e8ef5d81205c2b25837 (patch)
tree45e592bed14bc3ee6a21cb1820cf04d2a89dc0cb /www/apache13-fp/files/patch-at
parentUpdate to version 1.30.4. (diff)
Update to use Apache version 1.3.9. Misc. notes from maintainer:
patch-au corrects a problem when either ResourceConfig/AccessConfig is set to the apache configuration file (${PREFIX}/etc/apache/httpd.conf). Without this patch, if you set the apache server to listen to alterate ports the server would fail to start and the error log would contain: [crit] (48)Address already in use: make_sock: could not bind to port 8000 ResourceConfig/AccessConfig can't be set to /dev/null. The fpsrvadm.exe will not be able to obtain the DocumnetRoot from the ResourceConfig file (/dev/null). PR: 13673 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=21991
Diffstat (limited to 'www/apache13-fp/files/patch-at')
-rw-r--r--www/apache13-fp/files/patch-at16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/apache13-fp/files/patch-at b/www/apache13-fp/files/patch-at
index c555f770ce0e..8a672c89feea 100644
--- a/www/apache13-fp/files/patch-at
+++ b/www/apache13-fp/files/patch-at
@@ -1,12 +1,12 @@
---- src/support/apxs.pl.orig Fri Jan 1 16:00:15 1999
-+++ src/support/apxs.pl Mon Jan 18 17:18:17 1999
-@@ -393,8 +393,7 @@
- }
+--- src/support/apxs.pl.orig Thu Aug 19 22:57:08 1999
++++ src/support/apxs.pl Thu Aug 19 23:02:17 1999
+@@ -426,8 +426,7 @@
my $t = $f;
$t =~ s|^.+/([^/]+)$|$1|;
-- push(@cmds, "cp $f $CFG_LIBEXECDIR/$t");
-- push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
-+ push(@cmds, "install -c -m 555 -o root -g wheel $f $CFG_LIBEXECDIR/$t");
+ if ($opt_i) {
+- push(@cmds, "cp $f $CFG_LIBEXECDIR/$t");
+- push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
++ push(@cmds, "install -c -m 555 -o root -g wheel $f $CFG_LIBEXECDIR/$t");
+ }
# determine module symbolname and filename
- my $filename = '';