diff options
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/unrealircd/files/unrealircd.initd | 4 | ||||
-rw-r--r-- | net-irc/unrealircd/files/unrealircd.rc | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 752b86941998..38cd582274d8 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/unrealircd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.89 2011/11/09 18:13:51 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.90 2011/12/21 18:25:03 binki Exp $ + + 21 Dec 2011; Nathan Phillip Brink <binki@gentoo.org> files/unrealircd.initd, + files/unrealircd.rc: + Fix bug #393661 reported by kensington by replacing ${opts} in initscript + with ${extra_started_options}, sans revbumps. 09 Nov 2011; Nathan Phillip Brink <binki@gentoo.org> unrealircd-3.2.9_rc2.ebuild, unrealircd-3.2.9.ebuild, diff --git a/net-irc/unrealircd/files/unrealircd.initd b/net-irc/unrealircd/files/unrealircd.initd index 28bb7bcd5bb1..eb39a57080e6 100644 --- a/net-irc/unrealircd/files/unrealircd.initd +++ b/net-irc/unrealircd/files/unrealircd.initd @@ -1,9 +1,9 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.initd,v 1.1 2011/07/27 12:41:19 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.initd,v 1.2 2011/12/21 18:25:03 binki Exp $ -opts="${opts} reload" +extra_started_commands="reload" # Defaults : ${UNREALIRCD_USER:=unrealircd} diff --git a/net-irc/unrealircd/files/unrealircd.rc b/net-irc/unrealircd/files/unrealircd.rc index bab0d75ce2ee..05414ac63a56 100644 --- a/net-irc/unrealircd/files/unrealircd.rc +++ b/net-irc/unrealircd/files/unrealircd.rc @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v 1.8 2009/12/22 01:01:07 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v 1.9 2011/12/21 18:25:03 binki Exp $ -opts="reload start stop" +extra_started_commands="reload" depend() { use dns net |