summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2006-06-01 21:56:36 +0000
committerThilo Bangert <bangert@gentoo.org>2006-06-01 21:56:36 +0000
commit9b9b63c59f71e3ca3e0513d8f2c5a6cdddf9bc14 (patch)
tree65a1ee1a060d415aaa510ba86759bb2f5d669ca6 /www-servers/lighttpd/files/lighttpd.initd
parentxulrunner support (diff)
downloadhistorical-9b9b63c59f71e3ca3e0513d8f2c5a6cdddf9bc14.tar.gz
historical-9b9b63c59f71e3ca3e0513d8f2c5a6cdddf9bc14.tar.bz2
historical-9b9b63c59f71e3ca3e0513d8f2c5a6cdddf9bc14.zip
fix naming of patches - remove 04_diff - change startup script to 'need famd' in cases where app-admin/fam
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'www-servers/lighttpd/files/lighttpd.initd')
-rw-r--r--www-servers/lighttpd/files/lighttpd.initd5
1 files changed, 3 insertions, 2 deletions
diff --git a/www-servers/lighttpd/files/lighttpd.initd b/www-servers/lighttpd/files/lighttpd.initd
index 81420e4460ac..201fc85f1eb4 100644
--- a/www-servers/lighttpd/files/lighttpd.initd
+++ b/www-servers/lighttpd/files/lighttpd.initd
@@ -1,7 +1,7 @@
#!/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.8 2006/05/30 19:49:29 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.9 2006/06/01 21:56:36 bangert Exp $
opts="depend checkconfig start stop reload"
@@ -10,7 +10,8 @@ LIGHTTPD_PID="/var/run/lighttpd.pid"
depend() {
need net
- use mysql logger spawn-fcgi ldap famd slapd
+ use mysql logger spawn-fcgi ldap slapd
+ after famd
after sshd
}