diff options
author | Thilo Bangert <bangert@gentoo.org> | 2006-10-07 16:28:57 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2006-10-07 16:28:57 +0000 |
commit | c715dc11c1c16d28f0dfa86b3b25969659133e1c (patch) | |
tree | b844935084cfc9b15d74455412d8b509d47badbf /www-servers/lighttpd/files/lighttpd.initd | |
parent | Dropped ppc-macos, as there is no modular X there. (diff) | |
download | historical-c715dc11c1c16d28f0dfa86b3b25969659133e1c.tar.gz historical-c715dc11c1c16d28f0dfa86b3b25969659133e1c.tar.bz2 historical-c715dc11c1c16d28f0dfa86b3b25969659133e1c.zip |
put init script configuration variables in conf.d - fixes bug #150376 - thanks Gabi Shaar
Package-Manager: portage-2.1.1
Diffstat (limited to 'www-servers/lighttpd/files/lighttpd.initd')
-rw-r--r-- | www-servers/lighttpd/files/lighttpd.initd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www-servers/lighttpd/files/lighttpd.initd b/www-servers/lighttpd/files/lighttpd.initd index 201fc85f1eb4..6c9324303ae2 100644 --- a/www-servers/lighttpd/files/lighttpd.initd +++ b/www-servers/lighttpd/files/lighttpd.initd @@ -1,13 +1,10 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.9 2006/06/01 21:56:36 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.10 2006/10/07 16:28:57 bangert Exp $ opts="depend checkconfig start stop reload" -LIGHTTPD_CONF="/etc/lighttpd/lighttpd.conf" -LIGHTTPD_PID="/var/run/lighttpd.pid" - depend() { need net use mysql logger spawn-fcgi ldap slapd |