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 | |
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')
-rw-r--r-- | net-www/apache/apache-1.3.22-r6.ebuild | 4 | ||||
-rw-r--r-- | net-www/apache/files/httpd.confd | 3 | ||||
-rw-r--r-- | net-www/apache/files/httpd.rc6 | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net-www/apache/apache-1.3.22-r6.ebuild b/net-www/apache/apache-1.3.22-r6.ebuild index e61b52103d99..deb26599ab12 100644 --- a/net-www/apache/apache-1.3.22-r6.ebuild +++ b/net-www/apache/apache-1.3.22-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.22-r6.ebuild,v 1.1 2001/11/03 21:46:01 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.22-r6.ebuild,v 1.2 2001/12/23 23:25:19 azarah Exp $ AV="1.3.22" MSV="2.8.5" @@ -63,6 +63,8 @@ src_install() { exeinto /etc/init.d newexe ${FILESDIR}/httpd.rc6 httpd + insinto /etc/conf.d + newins ${FILESDIR}/httpd.confd httpd insinto /etc/httpd doins ${FILESDIR}/httpd.conf } diff --git a/net-www/apache/files/httpd.confd b/net-www/apache/files/httpd.confd new file mode 100644 index 000000000000..c3388b44f21b --- /dev/null +++ b/net-www/apache/files/httpd.confd @@ -0,0 +1,3 @@ +# Config file for /etc/init.d/httpd + +#HTTPD_OPTS="-D SSL -D PHP4" 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 |