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 | 9a39829e895f4938a0e39fe7b1cbc11659a94fd2 (patch) | |
tree | a0b0534fa2f9ac91039ddfc23206cfd6a51c7a61 /www-servers/lighttpd/files/lighttpd.initd | |
parent | Revbump to fix init script per bug #366811 (diff) | |
download | historical-9a39829e895f4938a0e39fe7b1cbc11659a94fd2.tar.gz historical-9a39829e895f4938a0e39fe7b1cbc11659a94fd2.tar.bz2 historical-9a39829e895f4938a0e39fe7b1cbc11659a94fd2.zip |
fix typo
Package-Manager: portage-2.2.0_alpha32/cvs/Linux x86_64
Diffstat (limited to 'www-servers/lighttpd/files/lighttpd.initd')
-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 |