Your message dated Mon, 19 Oct 2020 21:27:47 +0000
with message-id <[email protected]>
and subject line Bug#965949: Removed package(s) from unstable
has caused the Debian Bug report #942392,
regarding ndiswrapper: when "postrm purge" fails it may have deleted some
config files
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
942392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942392
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ndiswrapper
Version: 1.60-8
User: [email protected]
Tags: patch
Usertags: colis-shparser
Hi,
the command "postrm purge" may fail after having already removed
the config file or directory /etc/ndiswrapper. In this case, the
package will be in the state "Config-files", but some of its
config files have disappeared, which at least is strange.
This happens when /etc/modprobe.d/ndiswrapper.conf is a directory
since in this case the rm will fail.
Possible solutions are:
1: replace [ -e /etc/modprobe.d/ndiswrapper.conf ] by
[ -f /etc/modprobe.d/ndiswrapper.conf ]
2: Inverse the order of the two conditionals:
if [ -e /etc/modprobe.d/ndiswrapper.conf ]; then
rm /etc/modprobe.d/ndiswrapper.conf
fi
if [ -e /etc/ndiswrapper ]; then
rm -r /etc/ndiswrapper
fi
-Nicolas and Ralf.
--
Ralf Treinen
Institut de Recherche en Informatique Fondamentale
Équipe Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.irif.fr/~treinen/
--- End Message ---
--- Begin Message ---
Version: 1.60-8+rm
Dear submitter,
as the package ndiswrapper has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/965949
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)
--- End Message ---