packages: xen/xen-watchdog.init, xen/xen.spec, xen/xenconsoled.init, xen/xe...

mmazur mmazur at pld-linux.org
Mon Jun 4 16:48:55 CEST 2012


Author: mmazur                       Date: Mon Jun  4 14:48:55 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4
- remove the lsb-style init stanzas from init scripts; our chkconfig is too
  old to support it and if we ever upgraded, then magically xen would stop
  booting correctly

---- Files affected:
packages/xen:
   xen-watchdog.init (1.2 -> 1.3) , xen.spec (1.117 -> 1.118) , xenconsoled.init (1.2 -> 1.3) , xend.init (1.7 -> 1.8) , xendomains.init (1.2 -> 1.3) , xenstored.init (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/xen/xen-watchdog.init
diff -u packages/xen/xen-watchdog.init:1.2 packages/xen/xen-watchdog.init:1.3
--- packages/xen/xen-watchdog.init:1.2	Fri Mar  2 13:50:12 2012
+++ packages/xen/xen-watchdog.init	Mon Jun  4 16:48:49 2012
@@ -6,18 +6,6 @@
 # description:		Run XEN domain watchdog daemon
 # processname:		xenwatchdogd
 #
-### BEGIN INIT INFO
-# Provides:          xen-watchdog
-# Required-Start:    $syslog $remote_fs
-# Should-Start:      xend
-# Required-Stop:     $syslog $remote_fs
-# Should-Stop:       xend
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
-# Short-Description: Start/stop xen-watchdog
-# Description:       Run XEN domain watchdog daemon.
-### END INIT INFO
-#
 
 # Source function library.
 . /etc/rc.d/init.d/functions

================================================================
Index: packages/xen/xen.spec
diff -u packages/xen/xen.spec:1.117 packages/xen/xen.spec:1.118
--- packages/xen/xen.spec:1.117	Tue Apr 17 20:12:41 2012
+++ packages/xen/xen.spec	Mon Jun  4 16:48:49 2012
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8):	Xen - monitor maszyny wirtualnej
 Name:		xen
 Version:	4.1.2
-Release:	3
+Release:	4
 License:	GPL v2, interface parts on BSD-like
 Group:		Applications/System
 Source0:	http://bits.xensource.com/oss-xen/release/%{version}/%{name}-%{version}.tar.gz
@@ -657,6 +657,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.118  2012/06/04 14:48:49  mmazur
+- rel 4
+- remove the lsb-style init stanzas from init scripts; our chkconfig is too
+  old to support it and if we ever upgraded, then magically xen would stop
+  booting correctly
+
 Revision 1.117  2012/04/17 18:12:41  baggins
 - rel 3
 - better systemd deps

================================================================
Index: packages/xen/xenconsoled.init
diff -u packages/xen/xenconsoled.init:1.2 packages/xen/xenconsoled.init:1.3
--- packages/xen/xenconsoled.init:1.2	Fri Mar  2 13:50:23 2012
+++ packages/xen/xenconsoled.init	Mon Jun  4 16:48:49 2012
@@ -4,17 +4,7 @@
 #
 # chkconfig:	2345 70 10
 # description:	Starts and stops xenconsoled
-### BEGIN INIT INFO
-# Provides:          xenconsoled
-# Required-Start:    $syslog $remote_fs
-# Should-Start:
-# Required-Stop:     $syslog $remote_fs
-# Should-Stop:
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
-# Short-Description: Start/stop xenconsoled
-# Description:       Starts and stops the daemons neeeded for xl/xend
-### END INIT INFO
+#
 
 # Source function library.
 . /etc/rc.d/init.d/functions

================================================================
Index: packages/xen/xend.init
diff -u packages/xen/xend.init:1.7 packages/xen/xend.init:1.8
--- packages/xen/xend.init:1.7	Mon Mar  5 15:04:30 2012
+++ packages/xen/xend.init	Mon Jun  4 16:48:49 2012
@@ -5,17 +5,6 @@
 # chkconfig:	2345 95 05
 # description:	Starts and stops the Xen control daemon.
 #
-### BEGIN INIT INFO
-# Provides:          xend
-# Required-Start:    $syslog $remote_fs xenstored xenconsoled
-# Should-Start:
-# Required-Stop:     $syslog $remote_fs xenstored xenconsoled
-# Should-Stop:
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
-# Short-Description: Start/stop xend
-# Description:       Starts and stops the Xen control daemon.
-### END INIT INFO
 
 # Source function library.
 . /etc/rc.d/init.d/functions

================================================================
Index: packages/xen/xendomains.init
diff -u packages/xen/xendomains.init:1.2 packages/xen/xendomains.init:1.3
--- packages/xen/xendomains.init:1.2	Fri Mar  2 13:47:33 2012
+++ packages/xen/xendomains.init	Mon Jun  4 16:48:49 2012
@@ -13,18 +13,6 @@
 # Applications HOWTO" by Avi Alkalay
 # <http://www.tldp.org/HOWTO/HighQuality-Apps-HOWTO/>
 #
-### BEGIN INIT INFO
-# Provides:          xendomains
-# Required-Start:    $syslog $remote_fs xenstored xenconsoled
-# Should-Start:      xend
-# Required-Stop:     $syslog $remote_fs xenstored xenconsoled
-# Should-Stop:       xend
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
-# Short-Description: Start/stop secondary xen domains
-# Description:       Start / stop domains automatically when domain 0 
-#                    boots / shuts down.
-### END INIT INFO
 
 . /etc/rc.d/init.d/functions
 

================================================================
Index: packages/xen/xenstored.init
diff -u packages/xen/xenstored.init:1.2 packages/xen/xenstored.init:1.3
--- packages/xen/xenstored.init:1.2	Wed Feb 29 20:55:49 2012
+++ packages/xen/xenstored.init	Mon Jun  4 16:48:49 2012
@@ -5,17 +5,6 @@
 # chkconfig:	2345 70 10
 # description:	Starts and stops xenstored
 #
-### BEGIN INIT INFO
-# Provides:          xenstored
-# Required-Start:    $syslog $remote_fs
-# Should-Start:
-# Required-Stop:     $syslog $remote_fs
-# Should-Stop:
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
-# Short-Description: Start/stop xenstored
-# Description:       Starts and stops the daemons neeeded for xl/xend
-### END INIT INFO
 
 # Source function library
 . /etc/rc.d/init.d/functions
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/xen/xen-watchdog.init?r1=1.2&r2=1.3
    http://cvs.pld-linux.org/packages/xen/xen.spec?r1=1.117&r2=1.118
    http://cvs.pld-linux.org/packages/xen/xenconsoled.init?r1=1.2&r2=1.3
    http://cvs.pld-linux.org/packages/xen/xend.init?r1=1.7&r2=1.8
    http://cvs.pld-linux.org/packages/xen/xendomains.init?r1=1.2&r2=1.3
    http://cvs.pld-linux.org/packages/xen/xenstored.init?r1=1.2&r2=1.3



More information about the pld-cvs-commit mailing list