aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>1999-11-03 14:58:40 +0800
committerfoxfair <foxfair@FreeBSD.org>1999-11-03 14:58:40 +0800
commit316df95f3d1c45259f41326369e3e788511b1a7e (patch)
treea7213abef2ce6f5f57fc571636e98efd6b1b6f97
parent232c13ffe4581ca6558a43c5f3ac594bd4b8aba2 (diff)
downloadfreebsd-ports-gnome-316df95f3d1c45259f41326369e3e788511b1a7e.tar.gz
freebsd-ports-gnome-316df95f3d1c45259f41326369e3e788511b1a7e.tar.zst
freebsd-ports-gnome-316df95f3d1c45259f41326369e3e788511b1a7e.zip
Add a little fix to eliminate a install error, chgrp the right one.
-rw-r--r--www/apache13-ssl/files/patch-as11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/apache13-ssl/files/patch-as b/www/apache13-ssl/files/patch-as
new file mode 100644
index 000000000000..ab7214774dbb
--- /dev/null
+++ b/www/apache13-ssl/files/patch-as
@@ -0,0 +1,11 @@
+--- configure.org Wed Nov 3 14:52:06 1999
++++ configure Wed Nov 3 14:52:26 1999
+@@ -1086,7 +1086,7 @@
+ ## UID/GID as production oriented as a web server in NIS anyway.
+ ##
+ conf_user="nobody"
+-conf_group="#-1"
++conf_group="nogroup"
+ conf_port="80"
+ conf_serveradmin="you@your.address"
+ conf_servername="new.host.name"