[-]
[+]
|
Changed |
cluster-cman-init.patch
|
@@ -1,12 +1,13 @@
--- cman/init.d/cman.in.orig 2008-12-30 22:03:01.000000000 +0100
-+++ cman/init.d/cman.in 2008-12-31 11:46:10.000000000 +0100
++++ cman/init.d/cman.in 2009-03-30 10:05:14.000000000 +0200
@@ -9,14 +9,26 @@
### BEGIN INIT INFO
# Provides: cman
# Required-Start: $network
-# Required-Stop: $network
+-# Default-Start:
+# Required-Stop: $network gfs gfs2
- # Default-Start:
++# Default-Start: 2 3 5
# Default-Stop:
# Short-Description: Starts and stops cman
# Description: Starts and stops the Cluster Manager set of daemons
|
[-]
[+]
|
Changed |
cluster-gfs-init.patch
^
|
@@ -1,6 +1,13 @@
--- gfs/init.d/gfs.orig 2008-12-30 21:50:56.000000000 +0100
-+++ gfs/init.d/gfs 2008-12-30 21:53:05.000000000 +0100
-@@ -15,7 +15,20 @@
++++ gfs/init.d/gfs 2009-03-30 10:05:43.000000000 +0200
+@@ -9,13 +9,26 @@
+ # Provides: gfs
+ # Required-Start: $network cman
+ # Required-Stop: $network cman
+-# Default-Start:
++# Default-Start: 2 3 5
+ # Default-Stop:
+ # Short-Description: mount/unmount gfs filesystems configured in /etc/fstab
# Description: mount/unmount gfs filesystems configured in /etc/fstab
### END INIT INFO
|
[-]
[+]
|
Changed |
cluster-gfs2-init.patch
^
|
@@ -1,6 +1,13 @@
--- gfs2/init.d/gfs2.orig 2008-12-30 21:53:45.000000000 +0100
-+++ gfs2/init.d/gfs2 2008-12-30 21:55:17.000000000 +0100
-@@ -15,7 +15,20 @@
++++ gfs2/init.d/gfs2 2009-03-30 10:05:59.000000000 +0200
+@@ -9,13 +9,26 @@
+ # Provides: gfs2
+ # Required-Start: $network cman
+ # Required-Stop: $network cman
+-# Default-Start:
++# Default-Start: 2 3 5
+ # Default-Stop:
+ # Short-Description: mount/unmount gfs2 filesystems configured in /etc/fstab
# Description: mount/unmount gfs2 filesystems configured in /etc/fstab
### END INIT INFO
|
[-]
[+]
|
Changed |
cluster-qdiskd-init.patch
^
|
@@ -1,6 +1,13 @@
--- cman/init.d/qdiskd.orig 2008-12-30 22:03:05.000000000 +0100
-+++ cman/init.d/qdiskd 2008-12-30 22:06:29.000000000 +0100
-@@ -15,12 +15,24 @@
++++ cman/init.d/qdiskd 2009-03-30 10:06:58.000000000 +0200
+@@ -9,18 +9,30 @@
+ # Provides: qdiskd
+ # Required-Start: cman
+ # Required-Stop: cman
+-# Default-Start:
++# Default-Start: 2 3 5
+ # Default-Stop:
+ # Short-Description: start/stop quorum disk daemon
# Description: start/stop quorum disk daemon
### END INIT INFO
|
[-]
[+]
|
Changed |
cluster-rgmanager-init.patch
^
|
@@ -1,17 +1,18 @@
--- rgmanager/init.d/rgmanager.in.orig 2008-12-30 21:56:29.000000000 +0100
-+++ rgmanager/init.d/rgmanager.in 2008-12-30 22:06:58.000000000 +0100
-@@ -5,8 +5,8 @@
++++ rgmanager/init.d/rgmanager.in 2009-03-30 10:06:25.000000000 +0200
+@@ -5,19 +5,28 @@
### BEGIN INIT INFO
# Provides: rgmanager
-# Required-Start: cman
-# Required-Stop: cman
+-# Default-Start:
+# Required-Start: $network cman
+# Required-Stop: $network cman
- # Default-Start:
++# Default-Start: 2 3 5
# Default-Stop:
# Short-Description: Starts and stops Red Hat Service (resource group) Manager
-@@ -14,10 +14,19 @@
+ # Description: Starts and stops Red Hat Service (resource group) Manager
### END INIT INFO
# Source function library
|