public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-power/nut/files: nut-2.2.2-init.d-upsdrv nut-2.2.2-init.d-upsmon nut-2.2.2-init.d-upsd
@ 2011-12-04 10:43 Sven Wegener (swegener)
  0 siblings, 0 replies; only message in thread
From: Sven Wegener (swegener) @ 2011-12-04 10:43 UTC (permalink / raw
  To: gentoo-commits

swegener    11/12/04 10:43:19

  Modified:             nut-2.2.2-init.d-upsdrv nut-2.2.2-init.d-upsmon
                        nut-2.2.2-init.d-upsd
  Log:
  replace opts with extra_commands
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-power/nut/files/nut-2.2.2-init.d-upsdrv

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsdrv?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsdrv?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsdrv?r1=1.1&r2=1.2

Index: nut-2.2.2-init.d-upsdrv
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsdrv,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nut-2.2.2-init.d-upsdrv	25 Jun 2008 02:29:04 -0000	1.1
+++ nut-2.2.2-init.d-upsdrv	4 Dec 2011 10:43:19 -0000	1.2
@@ -1,9 +1,10 @@
 #!/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/sys-power/nut/files/nut-2.2.2-init.d-upsdrv,v 1.1 2008/06/25 02:29:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsdrv,v 1.2 2011/12/04 10:43:19 swegener Exp $
+
+extra_commands="stopall startall"
 
-opts="start stop stopall startall"
 UPSNAME=${SVCNAME#*.}
 msgtext="drivers"
 [ "${UPSNAME}" == "${SVCNAME}" ] && UPSNAME=''



1.3                  sys-power/nut/files/nut-2.2.2-init.d-upsmon

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsmon?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsmon?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsmon?r1=1.2&r2=1.3

Index: nut-2.2.2-init.d-upsmon
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsmon,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nut-2.2.2-init.d-upsmon	25 Jun 2008 02:53:08 -0000	1.2
+++ nut-2.2.2-init.d-upsmon	4 Dec 2011 10:43:19 -0000	1.3
@@ -1,9 +1,10 @@
 #!/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/sys-power/nut/files/nut-2.2.2-init.d-upsmon,v 1.2 2008/06/25 02:53:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsmon,v 1.3 2011/12/04 10:43:19 swegener Exp $
+
+extra_started_commands="reload"
 
-opts="reload"
 pidfile=/var/run/upsmon.pid
 bin=/usr/sbin/upsmon
 



1.2                  sys-power/nut/files/nut-2.2.2-init.d-upsd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsd?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsd?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsd?r1=1.1&r2=1.2

Index: nut-2.2.2-init.d-upsd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nut-2.2.2-init.d-upsd	25 Jun 2008 02:29:04 -0000	1.1
+++ nut-2.2.2-init.d-upsd	4 Dec 2011 10:43:19 -0000	1.2
@@ -1,9 +1,10 @@
 #!/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/sys-power/nut/files/nut-2.2.2-init.d-upsd,v 1.1 2008/06/25 02:29:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut-2.2.2-init.d-upsd,v 1.2 2011/12/04 10:43:19 swegener Exp $
+
+extra_started_commands="reload"
 
-opts="reload"
 pidfile=/var/lib/nut/upsd.pid
 bin=/usr/sbin/upsd
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-04 10:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 10:43 [gentoo-commits] gentoo-x86 commit in sys-power/nut/files: nut-2.2.2-init.d-upsdrv nut-2.2.2-init.d-upsmon nut-2.2.2-init.d-upsd Sven Wegener (swegener)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox