diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-12-17 03:46:01 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-12-17 03:46:01 +0000 |
commit | ad1e48926b375dc09ded651733c45498e49ca9d9 (patch) | |
tree | 41ba27ae512c69d0f73b616a5a0ba734f382cab3 /net-irc/atheme-services | |
parent | Bump upstream patchset, bug #394865 thank Dustin Polke for this job. (diff) | |
download | gentoo-2-ad1e48926b375dc09ded651733c45498e49ca9d9.tar.gz gentoo-2-ad1e48926b375dc09ded651733c45498e49ca9d9.tar.bz2 gentoo-2-ad1e48926b375dc09ded651733c45498e49ca9d9.zip |
Use ${extra_commands} in initscript instead of ${opts}, reported by ago.
(Portage version: 2.2.0_alpha78-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/atheme-services')
-rw-r--r-- | net-irc/atheme-services/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/atheme-services/files/atheme-services.initd | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/atheme-services/ChangeLog b/net-irc/atheme-services/ChangeLog index 4b655ed5b828..867d9e58b93a 100644 --- a/net-irc/atheme-services/ChangeLog +++ b/net-irc/atheme-services/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2011/12/15 21:24:48 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.20 2011/12/17 03:46:01 binki Exp $ + + 17 Dec 2011; Nathan Phillip Brink <binki@gentoo.org> + files/atheme-services.initd: + Use ${extra_commands} in initscript instead of ${opts}, reported by ago. 15 Dec 2011; Nathan Phillip Brink <binki@gentoo.org> -atheme-services-7.0.0_alpha8.ebuild: diff --git a/net-irc/atheme-services/files/atheme-services.initd b/net-irc/atheme-services/files/atheme-services.initd index 21e6b44cec6d..adbd0f59ea51 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.2 2011/07/22 03:22:12 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/files/atheme-services.initd,v 1.3 2011/12/17 03:46:01 binki Exp $ -opts="reload" +extra_commands="reload" depend() { need net |