diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-12-17 04:12:05 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-12-17 04:12:05 +0000 |
commit | db7b44d8d3b10b071c578d3c766e0589e17542d1 (patch) | |
tree | f0907345b17171339ac6f7659b600bff87cbdb63 /net-irc | |
parent | Revert old eshopts_{pop,push} implementations until new ones pass unit tests.... (diff) | |
download | gentoo-2-db7b44d8d3b10b071c578d3c766e0589e17542d1.tar.gz gentoo-2-db7b44d8d3b10b071c578d3c766e0589e17542d1.tar.bz2 gentoo-2-db7b44d8d3b10b071c578d3c766e0589e17542d1.zip |
Use ${extra_started_commands} instead of ${extra_commands} in initscript, thanks jdhore.
(Portage version: 2.2.0_alpha78-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/atheme-services/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/atheme-services/files/atheme-services.initd | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-irc/atheme-services/ChangeLog b/net-irc/atheme-services/ChangeLog index 867d9e58b93a..2fd15756b62e 100644 --- a/net-irc/atheme-services/ChangeLog +++ b/net-irc/atheme-services/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/atheme-services # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.20 2011/12/17 03:46:01 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.21 2011/12/17 04:12:05 binki Exp $ + + 17 Dec 2011; Nathan Phillip Brink <binki@gentoo.org> + files/atheme-services.initd: + Use ${extra_started_commands} instead of ${extra_commands} in initscript, + thanks jdhore. 17 Dec 2011; Nathan Phillip Brink <binki@gentoo.org> files/atheme-services.initd: diff --git a/net-irc/atheme-services/files/atheme-services.initd b/net-irc/atheme-services/files/atheme-services.initd index adbd0f59ea51..af4beefe0e27 100644 --- a/net-irc/atheme-services/files/atheme-services.initd +++ b/net-irc/atheme-services/files/atheme-services.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/atheme-services/files/atheme-services.initd,v 1.3 2011/12/17 03:46:01 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v 1.4 2011/12/17 04:12:05 binki Exp $ -extra_commands="reload" +extra_started_commands="reload" depend() { need net |