diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-22 17:43:30 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-22 17:43:30 +0000 |
commit | 883e62364ca8cbec62b813d932517c2d7e3fa347 (patch) | |
tree | b9d0f3b2435958d25203ab5bdfe0ee1e4e0abafb /www/apache13-modssl/files/patch-aa | |
parent | Install properly in case existen main "data" and "cgi-bin" are symlinks (diff) |
Sync with main Apache port
Notes
Notes:
svn path=/head/; revision=49084
Diffstat (limited to 'www/apache13-modssl/files/patch-aa')
-rw-r--r-- | www/apache13-modssl/files/patch-aa | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/www/apache13-modssl/files/patch-aa b/www/apache13-modssl/files/patch-aa index b08b150660c4..b652c72a618e 100644 --- a/www/apache13-modssl/files/patch-aa +++ b/www/apache13-modssl/files/patch-aa @@ -1,14 +1,5 @@ --- configure.orig Mon Oct 22 20:44:08 2001 +++ configure Mon Oct 22 20:44:42 2001 -@@ -1216,7 +1216,7 @@ - conf_user="nobody" - fi - if [ "x$conf_group" = "x" ]; then -- conf_group="\\\\#-1" -+ conf_group="nobody" - fi - - ## @@ -1263,8 +1263,8 @@ echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" |