diff options
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/lighttpd/files/lighttpd.initd | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index 22d7bb5e14e8..8148b250007b 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.246 2011/05/12 18:35:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.247 2011/05/13 14:06:56 hwoarang Exp $ + + 13 May 2011; Markos Chandras <hwoarang@gentoo.org> files/lighttpd.initd: + Fix another typo. Bug #367065 12 May 2011; Markos Chandras <hwoarang@gentoo.org> files/lighttpd.initd: Modify init script to fallback to the correct location diff --git a/www-servers/lighttpd/files/lighttpd.initd b/www-servers/lighttpd/files/lighttpd.initd index 818950b4340b..e14598def328 100644 --- a/www-servers/lighttpd/files/lighttpd.initd +++ b/www-servers/lighttpd/files/lighttpd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2011 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.16 2011/05/12 18:35:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.17 2011/05/13 14:06:56 hwoarang Exp $ opts="reload graceful" @@ -19,7 +19,7 @@ checkconfig() { fi if [ -z "${LIGHTTPD_PID}" ] ; then - ewarn "servber.pid-file variable in ${LIGHTTPD_CONF}" + ewarn "server.pid-file variable in ${LIGHTTPD_CONF}" ewarn "is not set. Falling back to lighttpd.pid" LIGHTTPD_PID="/var/run/lighttpd.pid" fi |