[Pkg-samba-maint] r939 - branches/samba4
Steinar H. Gunderson
sesse at costa.debian.org
Thu Jan 12 01:46:11 UTC 2006
Author: sesse
Date: 2006-01-12 01:46:10 +0000 (Thu, 12 Jan 2006)
New Revision: 939
Modified:
branches/samba4/changelog
branches/samba4/samba.init
Log:
Remove reload option from the init script, as per policy.
Modified: branches/samba4/changelog
===================================================================
--- branches/samba4/changelog 2006-01-12 00:35:27 UTC (rev 938)
+++ branches/samba4/changelog 2006-01-12 01:46:10 UTC (rev 939)
@@ -7,7 +7,7 @@
* 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
+ * Remove "reload" option from the init script, since Samba 4 doesn't
understand SIGHUP yet.
-- Steinar H. Gunderson <sesse at debian.org> Thu, 12 Jan 2006 01:35:00 +0100
Modified: branches/samba4/samba.init
===================================================================
--- branches/samba4/samba.init 2006-01-12 00:35:27 UTC (rev 938)
+++ branches/samba4/samba.init 2006-01-12 01:46:10 UTC (rev 939)
@@ -42,13 +42,13 @@
log_end_msg 0
;;
- restart|reload|force-reload)
+ restart|force-reload)
$0 stop
sleep 1
$0 start
;;
*)
- echo "Usage: /etc/init.d/samba {start|stop|reload|restart|force-reload}"
+ echo "Usage: /etc/init.d/samba {start|stop|restart|force-reload}"
exit 1
;;
esac
More information about the Pkg-samba-maint
mailing list