[Ocfs2-devel] [Patch 1/3] ocfs2-tools: Resolve rpmlint warnings in init scripts
Andrew Beekhof
abeekhof at suse.de
Tue Nov 18 02:18:38 PST 2008
Fix a number of LSB compliance issues reported by rpmlint regarding
ocfs2 init scripts
Signed-off-by: Andrew Beekhof <abeekhof at suse.de>
--- upstream/vendor/common/o2cb.init.sh 2008-09-11 16:51:11.000000000
+0200
+++ dev/vendor/common/o2cb.init.sh 2008-10-23 14:36:49.000000000 +0200
@@ -8,7 +8,8 @@
# Provides: o2cb
# Required-Start: $network
# Should-Start:
-# Required-Stop:
+# Should-Stop:
+# Required-Stop: $null
# Default-Start: 2 3 5
# Default-Stop:
# Short-Description: Load O2CB cluster services at system boot.
--- upstream/vendor/common/ocfs2.init 2008-09-11 16:51:11.000000000
+0200
+++ dev/vendor/common/ocfs2.init 2008-10-23 13:13:55.000000000 +0200
@@ -8,9 +8,9 @@
### BEGIN INIT INFO
# Provides: ocfs2
# Required-Start: $network o2cb
-# Required-Stop:
-# X-UnitedLinux-Should-Start:
-# X-UnitedLinux-Should-Stop:
+# Required-Stop: $null
+# Should-Start:
+# Should-Stop:
# Default-Start: 2 3 5
# Default-Stop:
# Short-Description: Mount OCFS2 volumes at boot.
More information about the Ocfs2-devel
mailing list