Bug#275403: preinst NSS restart does not work with file-rc

2004-10-08 Thread GOTO Masanori
At Fri, 8 Oct 2004 13:46:01 +0200, Christian Hammers wrote: > > > As I don't know if there are backward compatibility issues you should better > > > contact the file-rc maintainer to get recommends how to search and start/stop > > > entries from runlevel.conf. > > > > You reported "(libc6.) preins

Bug#275403: preinst NSS restart does not work with file-rc

2004-10-08 Thread Christian Hammers
Hello Masanori On 2004-10-08 GOTO Masanori wrote: > > - I have none of /usr/share/file-rc/rc /usr/lib/file-rc/rc, just > > /etc/runlevel.conf so make it at least an "-o" and not "&&". > > When woody's file-rc is installed, /usr/share/file-rc/rc and > /usr/lib/file-rc/rc are existed. The abov

Bug#275403: preinst NSS restart does not work with file-rc

2004-10-08 Thread GOTO Masanori
Hi, At Fri, 8 Oct 2004 10:04:16 +0200, Christian Hammers wrote: > On 2004-10-08 GOTO Masanori wrote: > > > for service in $services; do > > > idl=$(ls /etc/rc${rl}.d/S??${service} 2> /dev/null | head -1) > > > echo -n " $service: stopping..." > > > ... > > > > > > This does not work

Bug#275403: preinst NSS restart does not work with file-rc

2004-10-07 Thread GOTO Masanori
At Thu, 07 Oct 2004 23:28:25 +0200, Christian Hammers wrote: > libc6.postinst: > ... > for service in $services; do > idl=$(ls /etc/rc${rl}.d/S??${service} 2> /dev/null | head -1) > echo -n " $service: stopping..." > ... > > This does not work when file-rc is installed which uses >

Bug#275403: preinst NSS restart does not work with file-rc

2004-10-07 Thread Christian Hammers
Package: libc6 Version: 2.3.2.ds1-16 Severity: normal Hello libc6.postinst: ... for service in $services; do idl=$(ls /etc/rc${rl}.d/S??${service} 2> /dev/null | head -1) echo -n " $service: stopping..." ... This does not work when file-rc is installed which uses /etc/runlevel.con