summaryrefslogtreecommitdiff
path: root/www/apache13-ssl
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>1999-11-03 06:58:40 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>1999-11-03 06:58:40 +0000
commit70b4ef167abffabfe2b7ccf160618d7109ac5f42 (patch)
tree247d96a6b0a34c960da6b0bbeb593fece10199c8 /www/apache13-ssl
parentAdded http://www.fourmilab.to/atlast/ to MASTER_SITES. (diff)
Add a little fix to eliminate a install error, chgrp the right one.
Notes
Notes: svn path=/head/; revision=22881
Diffstat (limited to 'www/apache13-ssl')
-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"