File qlvnictools-LSB_header.patch of Package qlvnictools
Index: qlgc_vnic
===================================================================
--- qlgc_vnic.orig 2009-10-09 21:31:06.000000000 +0200
+++ qlgc_vnic 2012-08-31 18:37:49.123634872 +0200
@@ -3,11 +3,20 @@
# description: Start/Stop script for QLogic VNIC
#
### BEGIN INIT INFO
-# Provides: qlgc_vnic
-# Required-Start: openibd
-# Required-Stop: openibd
-# Default-Start: 2 3 5
-# Default-Stop: 0 1 2 6
+# Provides: qlgc_vnic
+# Required-Start: openibd $syslog $remote_fs
+# Should-Start: $time ypbind smtp
+# Required-Stop: openibd $syslog $remote_fs
+# Should-Stop: ypbind
+# Default-Start: 2 3 5
+# Default-Stop: 0 1 2 6
+# Short-Description: Start QLogic VNIC service
+# Description: Handles loading, unloading of the VNIC
+# driver and triggers creation of the
+# VNIC interfaces by invoking
+# qlgc_vnic_parser.pl, which parses the
+# VNIC configuration file and creates
+# the VNIC interfaces.
### END INIT INFO
#
# Start, Stop, Restart the QLogic VNIC service