Bug#311725: samba: smbd and nmbd get started by logrotate even when disabled

2005-06-04 Thread Cesar Martinez Izquierdo
El Viernes 03 Junio 2005 21:36, Steve Langasek escribió: > If you've done what Christian describes in his mail and disabled samba by > *removing* the start symlink for the runlevel, instead of *replacing* it > with a kill symlink, then the policy for that runlevel is undefined and > invoke-rc.d has

Bug#311725: samba: smbd and nmbd get started by logrotate even when disabled

2005-06-03 Thread Steve Langasek
On Fri, Jun 03, 2005 at 12:05:06PM +0300, Cesar Martinez Izquierdo wrote: > El Viernes 03 Junio 2005 11:23, Steve Langasek escribió: > > On Fri, Jun 03, 2005 at 07:26:28AM +0200, Christian Perrier wrote: > > > Quoting Cesar Martinez Izquierdo ([EMAIL PROTECTED]): > > > > Package: samba > > > > Vers

Bug#311725: samba: smbd and nmbd get started by logrotate even when disabled

2005-06-03 Thread Christian Perrier
> However, I've check samba.postinst and I don't see anything wrong on it > (assuming that invoke-rc.d works properly): > > if [ -x "/etc/init.d/samba" ]; then > update-rc.d samba defaults 20 19 >/dev/null > if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then > invo

Bug#311725: samba: smbd and nmbd get started by logrotate even when disabled

2005-06-03 Thread Cesar Martinez Izquierdo
El Viernes 03 Junio 2005 11:23, Steve Langasek escribió: > On Fri, Jun 03, 2005 at 07:26:28AM +0200, Christian Perrier wrote: > > Quoting Cesar Martinez Izquierdo ([EMAIL PROTECTED]): > > > Package: samba > > > Version: 3.0.14a-4 > > > Severity: important > > > Tags: patch > > > > > > The samba's l

Bug#311725: samba: smbd and nmbd get started by logrotate even when disabled

2005-06-03 Thread Steve Langasek
On Fri, Jun 03, 2005 at 07:26:28AM +0200, Christian Perrier wrote: > Quoting Cesar Martinez Izquierdo ([EMAIL PROTECTED]): > > Package: samba > > Version: 3.0.14a-4 > > Severity: important > > Tags: patch > > The samba's logrotate file /etc/logrotate.d/samba > > containsa a line like: > > pos

Bug#311725: samba: smbd and nmbd get started by logrotate even when disabled

2005-06-02 Thread Christian Perrier
Quoting Cesar Martinez Izquierdo ([EMAIL PROTECTED]): > Package: samba > Version: 3.0.14a-4 > Severity: important > Tags: patch > > The samba's logrotate file /etc/logrotate.d/samba > containsa a line like: > > postrotate > invoke-rc.d --quiet samba reload > /dev/null > > >

Bug#311725: samba: smbd and nmbd get started by logrotate even when disabled

2005-06-02 Thread Cesar Martinez Izquierdo
Package: samba Version: 3.0.14a-4 Severity: important Tags: patch The samba's logrotate file /etc/logrotate.d/samba containsa a line like: postrotate invoke-rc.d --quiet samba reload > /dev/null This starts samba even if previously stopped/disabled (for instance, by remo