diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-01-01 01:04:34 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-01-01 01:04:34 +0000 |
commit | e4a00605791612e6420f7b9eeb0db7403bcca713 (patch) | |
tree | e193a9fab2dfcebd43732234883a131f0f77476b /sys-block/spindown | |
parent | Whitespace (diff) | |
download | gentoo-2-e4a00605791612e6420f7b9eeb0db7403bcca713.tar.gz gentoo-2-e4a00605791612e6420f7b9eeb0db7403bcca713.tar.bz2 gentoo-2-e4a00605791612e6420f7b9eeb0db7403bcca713.zip |
Revbump. Don't use the deprecated $opts variable, bug 386759.
(Portage version: 2.1.10.41/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'sys-block/spindown')
-rw-r--r-- | sys-block/spindown/ChangeLog | 12 | ||||
-rw-r--r-- | sys-block/spindown/files/spindownd.initd | 6 | ||||
-rw-r--r-- | sys-block/spindown/files/spindownd.initd-r1 | 6 | ||||
-rw-r--r-- | sys-block/spindown/spindown-0.4.0-r2.ebuild (renamed from sys-block/spindown/spindown-0.4.0.ebuild) | 4 | ||||
-rw-r--r-- | sys-block/spindown/spindown-0.4.0-r3.ebuild (renamed from sys-block/spindown/spindown-0.4.0-r1.ebuild) | 4 |
5 files changed, 20 insertions, 12 deletions
diff --git a/sys-block/spindown/ChangeLog b/sys-block/spindown/ChangeLog index bb183981c717..a869f17fe2dd 100644 --- a/sys-block/spindown/ChangeLog +++ b/sys-block/spindown/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-block/spindown -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/ChangeLog,v 1.6 2009/11/21 15:01:55 wschlich Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/ChangeLog,v 1.7 2012/01/01 01:04:34 idl0r Exp $ + +*spindown-0.4.0-r3 (01 Jan 2012) +*spindown-0.4.0-r2 (01 Jan 2012) + + 01 Jan 2012; Christian Ruppert <idl0r@gentoo.org> -spindown-0.4.0.ebuild, + -spindown-0.4.0-r1.ebuild, +spindown-0.4.0-r2.ebuild, + +spindown-0.4.0-r3.ebuild, files/spindownd.initd, files/spindownd.initd-r1: + Revbump. Don't use the deprecated $opts variable, bug 386759. *spindown-0.4.0-r1 (21 Nov 2009) diff --git a/sys-block/spindown/files/spindownd.initd b/sys-block/spindown/files/spindownd.initd index 1b2cf1bce9ed..ed2e04ad0b97 100644 --- a/sys-block/spindown/files/spindownd.initd +++ b/sys-block/spindown/files/spindownd.initd @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 SPINDOWND_BIN="/usr/sbin/spindownd" @@ -7,7 +7,7 @@ SPINDOWND_CFG=${SPINDOWND_CFG:-/etc/spindown.conf} SPINDOWND_LOCK=${SPINDOWND_LOCK:-/var/lock/spindown.lock} SPINDOWND_FIFO=${SPINDOWND_FIFO:-/var/run/spindown.fifo} -opts="reload" +extra_started_commands="reload" depend() { need localmount @@ -55,7 +55,7 @@ stop() { reload() { ebegin "Reloading spindownd configuration" - start-stop-daemon --stop --exec ${SPINDOWND_BIN} \ + start-stop-daemon --exec ${SPINDOWND_BIN} \ --signal HUP eend $? } diff --git a/sys-block/spindown/files/spindownd.initd-r1 b/sys-block/spindown/files/spindownd.initd-r1 index 7e1b4617d298..f35908fe8479 100644 --- a/sys-block/spindown/files/spindownd.initd-r1 +++ b/sys-block/spindown/files/spindownd.initd-r1 @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 SPINDOWND_BIN="/usr/sbin/spindownd" @@ -7,7 +7,7 @@ SPINDOWND_CFG=${SPINDOWND_CFG:-/etc/spindown.conf} SPINDOWND_PID=${SPINDOWND_PID:-/var/run/spindown.pid} SPINDOWND_FIFO=${SPINDOWND_FIFO:-/var/run/spindown.fifo} -opts="reload" +extra_started_commands="reload" depend() { need localmount @@ -55,7 +55,7 @@ stop() { reload() { ebegin "Reloading spindownd configuration" - start-stop-daemon --stop --exec ${SPINDOWND_BIN} --pidfile ${SPINDOWND_PID} \ + start-stop-daemon --exec ${SPINDOWND_BIN} --pidfile ${SPINDOWND_PID} \ --signal HUP eend $? } diff --git a/sys-block/spindown/spindown-0.4.0.ebuild b/sys-block/spindown/spindown-0.4.0-r2.ebuild index 888064ecbaea..fd61f2da335c 100644 --- a/sys-block/spindown/spindown-0.4.0.ebuild +++ b/sys-block/spindown/spindown-0.4.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/spindown-0.4.0.ebuild,v 1.2 2009/09/23 20:33:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/spindown-0.4.0-r2.ebuild,v 1.1 2012/01/01 01:04:34 idl0r Exp $ inherit eutils diff --git a/sys-block/spindown/spindown-0.4.0-r1.ebuild b/sys-block/spindown/spindown-0.4.0-r3.ebuild index 31112db1040d..940c1a0bca35 100644 --- a/sys-block/spindown/spindown-0.4.0-r1.ebuild +++ b/sys-block/spindown/spindown-0.4.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/spindown-0.4.0-r1.ebuild,v 1.1 2009/11/21 15:01:55 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/spindown-0.4.0-r3.ebuild,v 1.1 2012/01/01 01:04:34 idl0r Exp $ inherit eutils |