All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] [Patch 1/3] ocfs2-tools: Resolve rpmlint warnings in init scripts
@ 2008-11-18 10:18 Andrew Beekhof
  2008-11-18 23:03 ` Joel Becker
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Beekhof @ 2008-11-18 10:18 UTC (permalink / raw)
  To: ocfs2-devel

Fix a number of LSB compliance issues reported by rpmlint regarding  
ocfs2 init scripts

Signed-off-by: Andrew Beekhof <abeekhof@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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-11-25 17:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 10:18 [Ocfs2-devel] [Patch 1/3] ocfs2-tools: Resolve rpmlint warnings in init scripts Andrew Beekhof
2008-11-18 23:03 ` Joel Becker
2008-11-19  8:02   ` Andrew Beekhof
2008-11-24 22:19     ` Joel Becker
2008-11-24 22:30       ` Joel Becker
2008-11-25  8:35         ` Andrew Beekhof
2008-11-25 17:05           ` Joel Becker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.