[Pkg-samba-maint] r1176 - trunk

Peter Eisentraut petere at costa.debian.org
Mon Oct 9 15:05:09 UTC 2006


Author: petere
Date: 2006-10-09 15:05:08 +0000 (Mon, 09 Oct 2006)
New Revision: 1176

Modified:
   trunk/samba.init
   trunk/winbind.init
Log:
Improve LSB init headers.


Modified: trunk/samba.init
===================================================================
--- trunk/samba.init	2006-10-08 18:35:49 UTC (rev 1175)
+++ trunk/samba.init	2006-10-09 15:05:08 UTC (rev 1176)
@@ -1,14 +1,12 @@
 #!/bin/sh
-#
-# Start/stops the Samba daemons (nmbd and smbd).
-#
-#
+
 ### BEGIN INIT INFO
 # Provides:          samba
 # Required-Start:    $network $local_fs $remote_fs
-# Required-Stop:
+# Required-Stop:     $network $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
+# Short-Description: start Samba daemons (nmbd and smbd)
 ### END INIT INFO
 
 

Modified: trunk/winbind.init
===================================================================
--- trunk/winbind.init	2006-10-08 18:35:49 UTC (rev 1175)
+++ trunk/winbind.init	2006-10-09 15:05:08 UTC (rev 1176)
@@ -1,9 +1,15 @@
 #!/bin/sh
-#
-# Start/stops the winbindd daemon.
-#
-#
 
+### BEGIN INIT INFO
+# Provides:          winbind
+# Required-Start:    $network $local_fs $remote_fs
+# Required-Stop:     $network $local_fs $remote_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: start Winbind daemon
+### END INIT INFO
+
+
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
 [ -r /etc/default/winbind ] && . /etc/default/winbind




More information about the Pkg-samba-maint mailing list