[Bug 529290] Re: logrotate script needs to be updated for Upstart conversion
Simon Déziel
529290 at bugs.launchpad.net
Tue Jun 28 21:45:53 UTC 2011
The fix implemented in http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/lucid/samba/lucid/revision/99 is not working as the
wrong pid is sent a HUP signal :
- invoke-rc.d --quiet samba reload > /dev/null
+ [ ! -f /var/run/samba/nmbd.pid ] || kill -HUP `cat /var/run/samba/nmbd.pid`
This was probably a copy-n-paste error and should corrected to be
smbd.pid.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/529290
Title:
logrotate script needs to be updated for Upstart conversion
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/529290/+subscriptions
More information about the Ubuntu-server-bugs
mailing list