From 57be8ec8ac6158a37bfe78e97e8f05cd3a3bf54d Mon Sep 17 00:00:00 2001 From: Eloy Paris Date: Sun, 1 Jun 2003 07:12:51 +0000 Subject: Bringing packaging/Debian/* to a more recent state. (This used to be commit cd7494a19608f2b4a63b9c654dd8e0a0fc587c39) --- packaging/Debian/debian/samba.logrotate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/Debian/debian/samba.logrotate') diff --git a/packaging/Debian/debian/samba.logrotate b/packaging/Debian/debian/samba.logrotate index d264ce3d71..f90437bf2a 100644 --- a/packaging/Debian/debian/samba.logrotate +++ b/packaging/Debian/debian/samba.logrotate @@ -3,7 +3,7 @@ missingok rotate 7 postrotate - killall -q -HUP smbd || true + invoke-rc.d --quiet samba reload > /dev/null endscript compress notifempty @@ -14,7 +14,7 @@ missingok rotate 7 postrotate - killall -q -HUP nmbd || true + [ -f /var/run/samba/nmbd.pid ] && kill -HUP `cat /var/run/samba/nmbd.pid` endscript compress notifempty -- cgit