[Pkg-samba-maint] r858 - branches/samba4
Steinar H. Gunderson
sesse at costa.debian.org
Tue Jan 3 23:09:18 UTC 2006
Author: sesse
Date: 2006-01-03 23:09:18 +0000 (Tue, 03 Jan 2006)
New Revision: 858
Modified:
branches/samba4/samba.init
Log:
Add --name smbd to stop target; we need it since we removed --pidfile, of course.
Modified: branches/samba4/samba.init
===================================================================
--- branches/samba4/samba.init 2006-01-03 22:14:39 UTC (rev 857)
+++ branches/samba4/samba.init 2006-01-03 23:09:18 UTC (rev 858)
@@ -29,7 +29,7 @@
stop)
log_daemon_msg "Stopping Samba 4 daemon" "smbd"
- start-stop-daemon --stop --quiet $SMBDPID
+ start-stop-daemon --stop --quiet --name smbd $SMBDPID
# Wait a little and remove stale PID file
sleep 1
if [ -f $SMBDPID ] && ! ps h `cat $SMBDPID` > /dev/null
More information about the Pkg-samba-maint
mailing list