From 11ddc86ec76af18a8eaabc837f14e6379444e994 Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Wed, 1 Apr 2009 19:03:46 +0000 Subject: add dns and netmount to use - bug #235303 - thanks macindy and Arthur Hagen (Portage version: 2.2_rc26/cvs/Linux i686) --- www-servers/lighttpd/ChangeLog | 6 +++++- www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'www-servers/lighttpd') diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index 1deb502f09da..7c534c833b5f 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/lighttpd # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.193 2009/02/03 12:46:51 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.194 2009/04/01 19:03:45 bangert Exp $ + + 01 Apr 2009; Thilo Bangert + files/lighttpd.initd-1.4.13-r3: + add dns and netmount to use - bug #235303 03 Feb 2009; Petteri Räty lighttpd-1.4.20.ebuild: Block lighttpd until spawn-fcgi collision is fixed. See bug #224781. diff --git a/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 b/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 index 80aaacc5e597..56c25d8c59e8 100644 --- a/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 +++ b/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 @@ -1,13 +1,13 @@ #!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3,v 1.2 2007/10/12 20:54:46 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3,v 1.3 2009/04/01 19:03:46 bangert Exp $ opts="reload graceful" depend() { need net - use mysql logger spawn-fcgi ldap slapd + use mysql logger spawn-fcgi ldap slapd netmount dns after famd after sshd } -- cgit v1.2.3-65-gdbad