head	1.3;
access;
symbols
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.01.27.17.05.36;	author dinoex;	state dead;
branches;
next	1.2;

1.2
date	2000.04.27.16.14.45;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	99.11.03.06.58.40;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Use user and group "www"
- fix PLIST
- add patch from ports/36363 (from ryan@@servercity.com)
- verify ports/36361
- fix ports/36364
@
text
@--- configure.org       Sun Feb 13 11:11:46 2000
+++ configure   Sun Feb 13 11:12:16 2000
@@@@ -366,8 +366,8 @@@@
 ##
 ##  Initialize server user ID and group ID variables
 ##
-conf_user=""
-conf_group=""
+conf_user="nobody"
+conf_group="nogroup"
@


1.2
log
@This is a part of update to 1.3.12+1.40.  For the rest, please see the
Makefile's commit log.

(Actually I had a CVS problem, and Peter has fixed it for me)

		*		*		*		*

- Add patch-at to correctly build on FreeBSD 5.0+.

PR:		ports/17404
Submitted by:	Khetan H. Gajjar <khetan@@freebsd.os.org.za>

- Mark `WWW:' in DESCR.

Noticed by:	portlint
@
text
@@


1.1
log
@Add a little fix to eliminate a install error, chgrp the right one.
@
text
@d1 3
a3 4
--- 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.
d5 5
a9 2
 conf_user="nobody"
-conf_group="#-1"
a10 3
 conf_port="80"
 conf_serveradmin="you@@your.address"
 conf_servername="new.host.name"
@

