[Pkg-samba-maint] r938 - branches/samba4
Steinar H. Gunderson
sesse at costa.debian.org
Thu Jan 12 00:35:28 UTC 2006
Author: sesse
Date: 2006-01-12 00:35:27 +0000 (Thu, 12 Jan 2006)
New Revision: 938
Modified:
branches/samba4/changelog
branches/samba4/samba.init
Log:
Make "reload" in the init script do a restart, since Samba 4 doesn't understand
SIGHUP yet.
Modified: branches/samba4/changelog
===================================================================
--- branches/samba4/changelog 2006-01-12 00:02:09 UTC (rev 937)
+++ branches/samba4/changelog 2006-01-12 00:35:27 UTC (rev 938)
@@ -7,8 +7,10 @@
* Adjust our export procedure we get the Subversion revision number in
include/version.h (and thus in the build itself), and document how in
README.building.
+ * Make "reload" in the init script do a restart, since Samba 4 doesn't
+ understand SIGHUP yet.
- -- Steinar H. Gunderson <sesse at debian.org> Thu, 12 Jan 2006 00:57:41 +0100
+ -- Steinar H. Gunderson <sesse at debian.org> Thu, 12 Jan 2006 01:35:00 +0100
samba (3.9.0+SVN12856-1) experimental; urgency=low
Modified: branches/samba4/samba.init
===================================================================
--- branches/samba4/samba.init 2006-01-12 00:02:09 UTC (rev 937)
+++ branches/samba4/samba.init 2006-01-12 00:35:27 UTC (rev 938)
@@ -42,14 +42,7 @@
log_end_msg 0
;;
- reload)
- log_daemon_msg "Reloading /etc/samba/smb.conf" "smbd only"
-
- start-stop-daemon --stop --signal HUP --pidfile $SMBDPID
-
- log_end_msg 0
- ;;
- restart|force-reload)
+ restart|reload|force-reload)
$0 stop
sleep 1
$0 start
More information about the Pkg-samba-maint
mailing list