From 0972593e64d56e8d5b3b96459d86c13ac0026146 Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Sun, 26 Aug 2007 16:25:27 +0000 Subject: fix SHELL variable comment - bug #140349 (Portage version: 2.1.2.12) --- www-servers/lighttpd/ChangeLog | 5 ++++- www-servers/lighttpd/files/lighttpd.confd | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'www-servers') diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index b99e25783570..e701abf47474 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.141 2007/08/22 06:43:44 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.142 2007/08/26 16:25:26 bangert Exp $ + + 26 Aug 2007; Thilo Bangert files/lighttpd.confd: + fix note about export SHELL, which is only used by include_shell config option 22 Aug 2007; Thilo Bangert lighttpd-1.4.16.ebuild: use latest init.d script - fixes bug #189698. diff --git a/www-servers/lighttpd/files/lighttpd.confd b/www-servers/lighttpd/files/lighttpd.confd index e81b63f6a317..70d4170555b6 100644 --- a/www-servers/lighttpd/files/lighttpd.confd +++ b/www-servers/lighttpd/files/lighttpd.confd @@ -1,8 +1,8 @@ # /etc/conf.d/lighttpd # Location of a shell used by the 'include_shell' directive -# in the lighttpd's configuration file - fixes bug#140349 -SHELL="/bin/bash" +# in the lighttpd's configuration file +#export SHELL="/bin/bash" # Location of the lighttpd configuration file LIGHTTPD_CONF="/etc/lighttpd/lighttpd.conf" -- cgit v1.2.3-65-gdbad