summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2007-08-26 16:25:27 +0000
committerThilo Bangert <bangert@gentoo.org>2007-08-26 16:25:27 +0000
commit0972593e64d56e8d5b3b96459d86c13ac0026146 (patch)
tree12fa2f53ef8703d0896b31ad557dc47569a697fd /www-servers
parentRevision bump for Linux 2.6.20.17. (diff)
downloadgentoo-2-0972593e64d56e8d5b3b96459d86c13ac0026146.tar.gz
gentoo-2-0972593e64d56e8d5b3b96459d86c13ac0026146.tar.bz2
gentoo-2-0972593e64d56e8d5b3b96459d86c13ac0026146.zip
fix SHELL variable comment - bug #140349
(Portage version: 2.1.2.12)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/lighttpd/ChangeLog5
-rw-r--r--www-servers/lighttpd/files/lighttpd.confd4
2 files changed, 6 insertions, 3 deletions
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 <bangert@gentoo.org> files/lighttpd.confd:
+ fix note about export SHELL, which is only used by include_shell config option
22 Aug 2007; Thilo Bangert <bangert@gentoo.org> 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"