diff options
author | Thilo Bangert <bangert@gentoo.org> | 2009-04-01 19:03:46 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2009-04-01 19:03:46 +0000 |
commit | 11ddc86ec76af18a8eaabc837f14e6379444e994 (patch) | |
tree | e56723ced27bb8139984d17715ef6641cb3a3fd2 /www-servers | |
parent | Add proper texlive dependency for ifxetex.sty. (diff) | |
download | gentoo-2-11ddc86ec76af18a8eaabc837f14e6379444e994.tar.gz gentoo-2-11ddc86ec76af18a8eaabc837f14e6379444e994.tar.bz2 gentoo-2-11ddc86ec76af18a8eaabc837f14e6379444e994.zip |
add dns and netmount to use - bug #235303 - thanks macindy and Arthur Hagen
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 | 6 |
2 files changed, 8 insertions, 4 deletions
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 <bangert@gentoo.org> + files/lighttpd.initd-1.4.13-r3: + add dns and netmount to use - bug #235303 03 Feb 2009; Petteri Räty <betelgeuse@gentoo.org> 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 } |