[Pkg-samba-maint] r3537 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Sun Jul 11 06:07:48 UTC 2010
Author: vorlon
Date: 2010-07-11 06:07:45 +0000 (Sun, 11 Jul 2010)
New Revision: 3537
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/samba.logrotate
Log:
Call /etc/init.d/samba directly from the logrotate script instead of
using invoke-rc.d, to address the irony that the only package I work on
that *has* a logrotate script is inconsistent with my position in
bug #445203.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2010-07-01 20:52:12 UTC (rev 3536)
+++ trunk/samba/debian/changelog 2010-07-11 06:07:45 UTC (rev 3537)
@@ -3,13 +3,16 @@
[ Steve Langasek ]
* Drop the per-release smb.conf templates, only needed for upgrade paths
that are no longer supported.
+ * Call /etc/init.d/samba directly from the logrotate script instead of
+ using invoke-rc.d, to address the irony that the only package I work on
+ that *has* a logrotate script is inconsistent with my position in
+ bug #445203.
[ Christian Perrier ]
* Don't copy system accounts from /etc/passwd to
/var/lib/samba/passdb.tdb. Closes: #502801
* Update Standards to 3.9.0 (checked, no change)
-
-- Steve Langasek <vorlon at debian.org> Sat, 15 May 2010 13:23:30 -0700
samba (2:3.4.8~dfsg-1) unstable; urgency=low
Modified: trunk/samba/debian/samba.logrotate
===================================================================
--- trunk/samba/debian/samba.logrotate 2010-07-01 20:52:12 UTC (rev 3536)
+++ trunk/samba/debian/samba.logrotate 2010-07-11 06:07:45 UTC (rev 3537)
@@ -3,7 +3,7 @@
missingok
rotate 7
postrotate
- invoke-rc.d --quiet samba reload > /dev/null
+ /etc/init.d/samba reload > /dev/null
endscript
compress
notifempty
More information about the Pkg-samba-maint
mailing list