Subject: CVS commit: pkgsrc/www
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/26/2002 22:28:42
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Feb 26 20:28:41 UTC 2002

Modified Files:
	pkgsrc/www/apache/files: apache.sh
	pkgsrc/www/apache6/files: apache.sh

Log Message:
Add back ability to change the value of "apache_start" from /etc/rc.conf
that was lost in the previous commit.

"${apache_start}" is the subcommand sent to apachectl to control how
httpd is started.  It's value may be overridden in:

	@PKG_SYSCONFDIR@/apache_start.conf
	/etc/rc.conf
	/etc/rc.conf.d/apache,

in order of increasing precedence.  Its possible values are "start"
and "startssl", and defaults to "start".


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/www/apache/files/apache.sh
cvs rdiff -r1.12 -r1.13 pkgsrc/www/apache6/files/apache.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.