diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-12 18:25:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-12 18:25:04 +0000 |
commit | a27caf177703f182e420c03f4a06d486b87c505d (patch) | |
tree | a0d847bffbebcb763154082be9c5f500921b2883 /www-servers/lighttpd | |
parent | Revbump to fix init script per bug #366811 (diff) | |
download | gentoo-2-a27caf177703f182e420c03f4a06d486b87c505d.tar.gz gentoo-2-a27caf177703f182e420c03f4a06d486b87c505d.tar.bz2 gentoo-2-a27caf177703f182e420c03f4a06d486b87c505d.zip |
fix typo
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/files/lighttpd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/lighttpd/files/lighttpd.initd b/www-servers/lighttpd/files/lighttpd.initd index d087f1b7f64e..b36b54df3ae5 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.14 2011/05/12 18:15:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.15 2011/05/12 18:25:04 hwoarang Exp $ opts="reload graceful" @@ -19,7 +19,7 @@ checkconfig() { fi if [ -z "${LIGHTTPD_PID}" ] ; then - ewarn "servber.pid-file variable in ${LIHTTPD_CONF}" + ewarn "servber.pid-file variable in ${LIGHTTPD_CONF}" ewarn "is not set. Falling back to lighttpd.pid" LIGHTTPD_PID="lighttpd.pid" fi |