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 | |
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')
-rw-r--r-- | net-irc/shadowircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/shadowircd/files/shadowircd.initd | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/shadowircd/ChangeLog b/net-irc/shadowircd/ChangeLog index 3f90b0f3b492..1e986b9f9a78 100644 --- a/net-irc/shadowircd/ChangeLog +++ b/net-irc/shadowircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/shadowircd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/shadowircd/ChangeLog,v 1.2 2012/03/03 07:10:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/shadowircd/ChangeLog,v 1.3 2012/03/03 10:53:56 jdhore Exp $ + + 03 Mar 2012; Jeff Horelick <jdhore@gentoo.org> files/shadowircd.initd: + Fix a small typo. 03 Mar 2012; Jeff Horelick <jdhore@gentoo.org> files/shadowircd.confd, files/shadowircd.initd, shadowircd-6.3.2.1.ebuild: 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 $? } |