From 9fb77d8157d4e732db539337f20bfc1f321116a9 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 13 Dec 2011 23:11:35 +0000 Subject: Replace deprecated opts variable from init script. Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64 --- media-sound/gnump3d/ChangeLog | 5 ++++- media-sound/gnump3d/files/gnump3d.init.d | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'media-sound') 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 files/gnump3d.init.d: + Replace deprecated opts variable from init script. 13 Dec 2011; Agostino Sarubbo 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 -- cgit v1.2.3-65-gdbad