diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-13 14:06:56 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-13 14:06:56 +0000 |
commit | 7c1d76f3551feaaa8ad4d6ee1c27bc835521e6a4 (patch) | |
tree | 4a5849f829a001aa67690b79f0bee63522a30bfa /www-servers/lighttpd | |
parent | Version bump (diff) | |
download | gentoo-2-7c1d76f3551feaaa8ad4d6ee1c27bc835521e6a4.tar.gz gentoo-2-7c1d76f3551feaaa8ad4d6ee1c27bc835521e6a4.tar.bz2 gentoo-2-7c1d76f3551feaaa8ad4d6ee1c27bc835521e6a4.zip |
Fix another typo. Bug #367065
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/lighttpd')
-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 |