Bug#358575: [Pkg-mailman-hackers] Bug#358575: Doesn't seem to be fixed in 3.1r3

2006-09-06 Thread Lionel Elie Mamane
On Fri, Sep 01, 2006 at 10:48:07AM +0100, Sam Morris wrote:

 I installed mailman 2.1.5-8sarge3 this morning, but the harmful sed
 command is still present in '/var/lib/dpkg/info/mailman.postrm'.

Please show me your /var/lib/dpkg/info/mailman.postrm file and the
output of dpkg -l mailman and apt-cache policy mailman.

-- 
Lionel


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



Bug#358575: [Pkg-mailman-hackers] Bug#358575: Doesn't seem to be fixed in 3.1r3

2006-09-06 Thread Sam Morris
mailman:
  Installed: 2.1.5-8sarge3
  Candidate: 2.1.5-8sarge3
  Version table:
 *** 2.1.5-8sarge3 0
540 http://ftp.nl.debian.org sarge/main Packages
100 /var/lib/dpkg/status
 2.1.5-8sarge2 0
540 http://security.debian.org sarge/updates/main Packages


ii  mailman2.1.5-8sarge3  Powerful, web-based mailing list manager


#! /bin/sh -e
# $URL: svn+ssh://svn.debian.org/svn/pkg-mailman/trunk/debian/postrm $
# $Id: postrm 39 2004-03-28 21:11:33Z bsb $

# Automatically added by dh_installinit
if [ $1 = purge ] ; then
update-rc.d mailman remove /dev/null || exit 0
fi
# End automatically added section
# Automatically added by dh_installdebconf
if [ $1 = purge ]  [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
# End automatically added section


if [ $1 = purge ]; then
  # HACK: At present there is no way to ask ucf for registered files
  #   except for directly querying its database.
  echo -n Purging files from ucf database  2
  for file in $(sed -e ':/etc/mailman:!d' -e 's:^[0-9a-f]* *::' 
/var/lib/ucf/hashfile); do
ucf --purge ${file} 2/dev/null
echo -n . 2
  done
  ucf --purge /etc/cron.d/mailman 2/dev/null
  echo . done. 2
fi

if [ $1 = purge ]; then
  rm -f /etc/cron.d/mailman
  rm -rf /etc/mailman
  rm -rf /var/log/mailman
#  rm -rf /var/lib/mailman
fi


-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


signature.asc
Description: This is a digitally signed message part


Bug#358575: Doesn't seem to be fixed in 3.1r3

2006-09-01 Thread Sam Morris

I installed mailman 2.1.5-8sarge3 this morning, but the harmful sed
command is still present in '/var/lib/dpkg/info/mailman.postrm'.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


signature.asc
Description: This is a digitally signed message part