File cgdcbxd-fix-initscript of Package cgdcbxd
From: Jeff Mahoney <jeffm@suse.com>
Subject: cgdcbxd: Add proper dependencies for LSB header
The shipped initscript causes rpmlint failures due to not documenting
dependencies completely.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
cgdcbxd.init | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/cgdcbxd.init
+++ b/cgdcbxd.init
@@ -23,10 +23,10 @@
#
### BEGIN INIT INFO
# Provides: cgdcbxd
-# Required-Start: network
-# Required-Stop:
+# Required-Start: $network $local_fs $remote_fs
+# Required-Stop: $network $local_fs $remote_fs
# Default-Start: 3 5
-# Default-Stop:
+# Default-Stop: 0 1 2 6
# Short Description: Control Group DCBX Daemon
# Description: Control Group DCBX Daemon manages net_prio control group in DCB enviornments.
### END INIT INFO