[-]
[+]
|
Changed |
cluster.spec
|
|
[-]
[+]
|
Changed |
cluster-cman-init.patch
^
|
@@ -1,5 +1,5 @@
--- cman/init.d/cman.in.orig 2009-10-21 12:55:15.000000000 +0200
-+++ cman/init.d/cman.in 2009-11-08 21:32:23.000000000 +0100
++++ cman/init.d/cman.in 2009-11-10 19:40:07.000000000 +0100
@@ -9,29 +9,42 @@
### BEGIN INIT INFO
# Provides: cman
@@ -49,3 +49,9 @@
}
status()
+@@ -933,4 +946,4 @@
+ ;;
+ esac
+
+-exit $rtrn
++rc_exit
|
[-]
[+]
|
Changed |
cluster-gfs-init.patch
^
|
@@ -1,5 +1,5 @@
--- gfs/init.d/gfs.in.orig 2009-11-08 21:33:56.000000000 +0100
-+++ gfs/init.d/gfs.in 2009-11-08 21:34:53.000000000 +0100
++++ gfs/init.d/gfs.in 2009-11-10 19:41:38.000000000 +0100
@@ -8,24 +8,38 @@
### BEGIN INIT INFO
# Provides: gfs
@@ -34,7 +34,7 @@
success()
{
- echo -ne "[ OK ]\r"
-+ rc_status
++ rc_status -v
}
failure()
@@ -44,3 +44,9 @@
}
# rpm based distros
+@@ -145,4 +159,4 @@
+ exit 1
+ esac
+
+-exit 0
++rc_exit
|
[-]
[+]
|
Changed |
cluster-gfs2-init.patch
^
|
@@ -1,5 +1,5 @@
--- gfs2/init.d/gfs2.in.orig 2009-11-08 21:35:26.000000000 +0100
-+++ gfs2/init.d/gfs2.in 2009-11-08 21:36:53.000000000 +0100
++++ gfs2/init.d/gfs2.in 2009-11-10 19:40:52.000000000 +0100
@@ -8,24 +8,38 @@
### BEGIN INIT INFO
# Provides: gfs2
@@ -34,7 +34,7 @@
success()
{
- echo -ne "[ OK ]\r"
-+ rc_status
++ rc_status -v
}
failure()
@@ -44,3 +44,9 @@
}
# rpm based distros
+@@ -145,4 +159,4 @@
+ exit 1
+ esac
+
+-exit 0
++rc_exit
|
[-]
[+]
|
Changed |
cluster-rgmanager-init.patch
^
|
@@ -1,5 +1,5 @@
--- rgmanager/init.d/rgmanager.in.orig 2009-10-21 12:55:15.000000000 +0200
-+++ rgmanager/init.d/rgmanager.in 2009-11-08 21:39:13.000000000 +0100
++++ rgmanager/init.d/rgmanager.in 2009-11-10 19:42:15.000000000 +0100
@@ -6,14 +6,27 @@
#
### BEGIN INIT INFO
@@ -36,7 +36,7 @@
success()
{
- echo -ne "[ OK ]\r"
-+ rc_status
++ rc_status -v
}
failure()
@@ -46,3 +46,9 @@
}
status()
+@@ -131,4 +144,4 @@
+ ;;
+ esac
+
+-exit $rtrn
++rc_exit
|