[Pkg-samba-maint] r1164 - trunk
Christian Perrier
bubulle at costa.debian.org
Sun Oct 1 08:26:43 UTC 2006
Author: bubulle
Date: 2006-10-01 08:26:43 +0000 (Sun, 01 Oct 2006)
New Revision: 1164
Modified:
trunk/changelog
trunk/samba.init
Log:
Add LSB info to the init script
Modified: trunk/changelog
===================================================================
--- trunk/changelog 2006-09-29 18:25:40 UTC (rev 1163)
+++ trunk/changelog 2006-10-01 08:26:43 UTC (rev 1164)
@@ -24,8 +24,11 @@
winbind only delete files they know they're exclusive owners of.
Closes: #370718.
- -- Steve Langasek <vorlon at debian.org> Sat, 23 Sep 2006 00:33:11 -0700
+ [ Christian Perrier ]
+ * Add LSB info to the init script
+ -- Christian Perrier <bubulle at debian.org> Sun, 1 Oct 2006 10:26:12 +0200
+
samba (3.0.23c-1) unstable; urgency=low
[ Christian Perrier ]
Modified: trunk/samba.init
===================================================================
--- trunk/samba.init 2006-09-29 18:25:40 UTC (rev 1163)
+++ trunk/samba.init 2006-10-01 08:26:43 UTC (rev 1164)
@@ -3,7 +3,15 @@
# Start/stops the Samba daemons (nmbd and smbd).
#
#
+### BEGIN INIT INFO
+# Provides: samba
+# Required-Start: $network $local_fs $remote_fs
+# Required-Stop:
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
+
# Defaults
RUN_MODE="daemons"
More information about the Pkg-samba-maint
mailing list