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`; do
      if dpkg --get-selections $p | grep -qw install ; then
        echo reinstalling $p
        apt-get --reinstall install $p
      fi
    done

Isn't it possible to just run the postinst scripts of these packages again?

> Bcc: Petter Reinholdtsen <[EMAIL PROTECTED]>

Just wondering, isn't Bcc supposed to be invisible?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to