summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-10-12 12:51:22 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-10-12 12:51:22 +0000
commit9cfaabcce58bc784a120517ca62f49282f49ee4d (patch)
tree2856252a59b116664a154c8b0343b2b64dc7b96f /www-servers
parentMarked ~ppc (diff)
downloadgentoo-2-9cfaabcce58bc784a120517ca62f49282f49ee4d.tar.gz
gentoo-2-9cfaabcce58bc784a120517ca62f49282f49ee4d.tar.bz2
gentoo-2-9cfaabcce58bc784a120517ca62f49282f49ee4d.zip
'use slapd' in init script so that slapd gets started before lighttpd if it's being used.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/lighttpd/ChangeLog6
-rw-r--r--www-servers/lighttpd/files/lighttpd.initd4
2 files changed, 7 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog
index 94b6e1617299..0107a712f823 100644
--- a/www-servers/lighttpd/ChangeLog
+++ b/www-servers/lighttpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/lighttpd
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.50 2005/10/10 17:20:15 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.51 2005/10/12 12:51:21 ka0ttic Exp $
+
+ 12 Oct 2005; Aaron Walker <ka0ttic@gentoo.org> files/lighttpd.initd:
+ 'use slapd' in init script so that slapd gets started before lighttpd if
+ it's being used.
*lighttpd-1.4.6 (10 Oct 2005)
diff --git a/www-servers/lighttpd/files/lighttpd.initd b/www-servers/lighttpd/files/lighttpd.initd
index 28946b041a71..88fc0d6827b9 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.6 2005/09/01 15:57:05 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.7 2005/10/12 12:51:22 ka0ttic Exp $
opts="depend checkconfig start stop"
@@ -10,7 +10,7 @@ LIGHTTPD_PID="/var/run/lighttpd.pid"
depend() {
need net
- use mysql logger spawn-fcgi ldap famd
+ use mysql logger spawn-fcgi ldap famd slapd
after sshd
}