Bug#386661: sysv-rc: Quick way out: exim4 - exim?

2006-09-09 Thread Olaf van der Spek
Package: sysv-rc Version: 2.86.ds1-18 Severity: normal Hi, The quick way out fix doesn't appear to be safe. :( BTW, this is send from another system as my reportbug is also broken. # for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do echo -- apt-get --reinstall install -y $p

Bug#386661: [Pkg-sysvinit-devel] Bug#386661: sysv-rc: Quick way out: exim4 - exim?

2006-09-09 Thread Petter Reinholdtsen
[Olaf van der Spek] The quick way out fix doesn't appear to be safe. :( Yes. Terribly sorry I did not discover its problem with removed but not purged packages before uploading it. This script is safer: for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do if dpkg

Bug#386661: [Pkg-sysvinit-devel] Bug#386661: sysv-rc: Quick way out: exim4 - exim?

2006-09-09 Thread Olaf van der Spek
Petter Reinholdtsen wrote: [Olaf van der Spek] The quick way out fix doesn't appear to be safe. :( Yes. Terribly sorry I did not discover its problem with removed but not purged packages before uploading it. This script is safer: for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`;

Bug#386661: sysv-rc: Quick way out: exim4 - exim?

2006-09-09 Thread Petter Reinholdtsen
severity 386661 important merge 386649 386661 thanks [Olaf van der Spek] Isn't it possible to just run the postinst scripts of these packages again? Probably, but I did not want to bypass dpkg. Perhaps it is a good idea in this case, to avoid having to pull in new versions of the packages.