]> git.pld-linux.org Git - packages/xen.git/commitdiff
- rel 4
authorMariusz Mazur <mmazur@pld-linux.org>
Mon, 4 Jun 2012 14:48:49 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

Changed files:
    xen-watchdog.init -> 1.3
    xen.spec -> 1.118
    xenconsoled.init -> 1.3
    xend.init -> 1.8
    xendomains.init -> 1.3
    xenstored.init -> 1.3

xen-watchdog.init
xen.spec
xenconsoled.init
xend.init
xendomains.init
xenstored.init

index 026a88c95f4ed3e350404ce39592eb67074287b2..dc1cb017141f9ea63b05df94818c36366a246fa2 100644 (file)
@@ -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 d34fa3c90083b67b319fe7efecb7e6b0e9ac641a..2d4b5f9d29d4e016d0e1ee6e305f9bda2d273804 100644 (file)
--- a/xen.spec
+++ b/xen.spec
@@ -11,7 +11,7 @@ Summary:      Xen - a virtual machine monitor
 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
index c524e9c8a83dc80f44f7878d7e645869439b017a..e9676018a8792d856a6a6f5355d35160be330415 100644 (file)
@@ -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 4cb9a22ba611ece90830545048f83e47d0ce1c0c..2b2b199473a4277500f9ab48e5d2c52a65ec113a 100644 (file)
--- a/xend.init
+++ b/xend.init
@@ -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 7efd4fdd8384c6088daefa6950247de1864a0b2b..3dc2a77a97c9778f3bb279436aa65e17b48f3789 100644 (file)
 # 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 0c0a8bda9e2b181f8cae73a3e16eb1bbe148ab42..77c2508e8243c9ec346dceba6ca7f4cb423a0a11 100644 (file)
@@ -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
This page took 0.040571 seconds and 4 git commands to generate.