diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-12-13 23:11:35 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-12-13 23:11:35 +0000 |
commit | 9fb77d8157d4e732db539337f20bfc1f321116a9 (patch) | |
tree | c71297553804a1ef24c2abeb535d70f23255e911 /media-sound | |
parent | Stable for AMD64, wrt bug #392835 (diff) | |
download | historical-9fb77d8157d4e732db539337f20bfc1f321116a9.tar.gz historical-9fb77d8157d4e732db539337f20bfc1f321116a9.tar.bz2 historical-9fb77d8157d4e732db539337f20bfc1f321116a9.zip |
Replace deprecated opts variable from init script.
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gnump3d/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/gnump3d/files/gnump3d.init.d | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/gnump3d/ChangeLog b/media-sound/gnump3d/ChangeLog index 470716566925..a75e96c269c4 100644 --- a/media-sound/gnump3d/ChangeLog +++ b/media-sound/gnump3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gnump3d # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.69 2011/12/13 23:03:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.70 2011/12/13 23:11:35 radhermit Exp $ + + 13 Dec 2011; Tim Harder <radhermit@gentoo.org> files/gnump3d.init.d: + Replace deprecated opts variable from init script. 13 Dec 2011; Agostino Sarubbo <ago@gentoo.org> gnump3d-3.0-r1.ebuild: Stable for AMD64, wrt bug #392857 diff --git a/media-sound/gnump3d/files/gnump3d.init.d b/media-sound/gnump3d/files/gnump3d.init.d index bf5832eb4a1c..62c8eeb0a98a 100644 --- a/media-sound/gnump3d/files/gnump3d.init.d +++ b/media-sound/gnump3d/files/gnump3d.init.d @@ -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/media-sound/gnump3d/files/gnump3d.init.d,v 1.4 2008/06/03 14:52:33 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/files/gnump3d.init.d,v 1.5 2011/12/13 23:11:35 radhermit Exp $ -opts="start stop index" +extra_commands="index" depend() { need net |