diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-12-23 23:25:19 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-12-23 23:25:19 +0000 |
commit | 787d633b98b304c23ca51cfe761e6581986c3bbc (patch) | |
tree | d8c7bd945fd887420b3fdcad4bdb04138d17a520 /net-www/apache/files/httpd.rc6 | |
parent | remove a dodir /etc/rc.d/, as it is no longer in use (diff) | |
download | historical-787d633b98b304c23ca51cfe761e6581986c3bbc.tar.gz historical-787d633b98b304c23ca51cfe761e6581986c3bbc.tar.bz2 historical-787d633b98b304c23ca51cfe761e6581986c3bbc.zip |
moved rc-script config settings to /etc/conf.d
Diffstat (limited to 'net-www/apache/files/httpd.rc6')
-rw-r--r-- | net-www/apache/files/httpd.rc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/apache/files/httpd.rc6 b/net-www/apache/files/httpd.rc6 index 5df2791cb0da..f6ed8b3c9aaf 100644 --- a/net-www/apache/files/httpd.rc6 +++ b/net-www/apache/files/httpd.rc6 @@ -1,10 +1,10 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/httpd.rc6,v 1.5 2001/12/06 20:17:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/httpd.rc6,v 1.6 2001/12/23 23:25:19 azarah Exp $ + +# Config is in /etc/conf.d/httpd -#you can put this in your rc.conf file if you wish -#HTTPD_OPTS="-D SSL -D PHP4" depend() { need net |