found 436411 1:1.1.1~git-20070709-1
thanks
On 2007-08-07 Anibal Monsalve Salazar <[EMAIL PROTECTED]> wrote:
> Source: nfs-utils
> Source-Version: 1:1.1.1~git-20070706-2
[...]
> nfs-utils (1:1.1.1~git-20070706-2) unstable; urgency=low
> .
> * If there is no override present when running the post-removal script, do
> not return exit status code 2. Closes: #436411.
[...]
Looks like this bug-fix was either dropped again in
(1:1.1.1~git-20070709-1 or that it was not correct:
------------------------------------------------------
(SID)[EMAIL PROTECTED]:/var/cache/apt/archives# DEBIAN_FRONTEND=noninteractive
apt-get --purge remove `cat /tmp/removeme`
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
libevent1* libgssapi2* libkeyutils1* libkrb53* libnfsidmap2* librpcsecgss3*
netbase* nfs-common* portmap*
[...]
Removing nfs-common ...
Purging configuration files for nfs-common ...
No override present.
dpkg: error processing nfs-common (--purge):
subprocess post-removal script returned error exit status 2
[...]
------------------------------------------------------
This is caused by this line in postrm:
dpkg-statoverride --remove /sbin/mount.nfs
which probably should be
if dpkg-statoverride --list /sbin/mount.nfs > /dev/null 2>&1 ; then
dpkg-statoverride --remove /sbin/mount.nfs
fi
cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]