diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-03-03 10:53:56 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-03-03 10:53:56 +0000 |
commit | 71fded4b45acea03063172ea9a36aef1e4b0af7e (patch) | |
tree | f1bbdd28964bc41d7bd3782eb8b6258ac05edd69 /net-irc/shadowircd/files | |
parent | Update php deps and drop depend.php eclass usage. (diff) | |
download | gentoo-2-71fded4b45acea03063172ea9a36aef1e4b0af7e.tar.gz gentoo-2-71fded4b45acea03063172ea9a36aef1e4b0af7e.tar.bz2 gentoo-2-71fded4b45acea03063172ea9a36aef1e4b0af7e.zip |
Fix a small typo.
(Portage version: 2.2.0_alpha89/cvs/Linux i686)
Diffstat (limited to 'net-irc/shadowircd/files')
-rw-r--r-- | net-irc/shadowircd/files/shadowircd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/shadowircd/files/shadowircd.initd b/net-irc/shadowircd/files/shadowircd.initd index 8c5496fb2d52..7e3791764170 100644 --- a/net-irc/shadowircd/files/shadowircd.initd +++ b/net-irc/shadowircd/files/shadowircd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/shadowircd/files/shadowircd.initd,v 1.2 2012/03/03 07:10:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/shadowircd/files/shadowircd.initd,v 1.3 2012/03/03 10:53:56 jdhore Exp $ extra_started_commands="reload" @@ -22,7 +22,7 @@ start() { ebegin "Starting ${SVCNAME}" start-stop-daemon --start --exec /usr/bin/shadowircd-ircd \ --user shadowircd --pidfile /var/run/shadowircd/ircd.pid \ - ${CHARYBDIS_OPTS} + ${SHADOWIRCD_OPTS} eend $? } |