Your message dated Tue, 08 Sep 2009 00:04:03 +0200
with message-id <[email protected]>
and subject line This is to be closed
has caused the Debian Bug report #321104,
regarding forgotten config files in dak.postrm
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.)
--
321104: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321104
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dak
Version: 1.0-8
Severity: normal
Tags: patch
Hi,
I found the following patch to dak.postrm necessary for dak to
uninstall properly. In the meanwhile, and just for the record, the
workaround with the defaults debconf values is:
ucf --purge /opt/dak/katie/apt.conf
ucf --purge /opt/dak/katie/cron.unchecked
ucf --purge /opt/dak/katie/katie.conf
ucf --purge /etc/katie/katie.conf
ucf --purge /opt/dak/katie/vars
ucf --purge /opt/dak/katie/Contents.top
Best regards,
Frederic Lehobey
-- System Information:
Debian Release: 3.1
Architecture: sparc (sparc64)
Kernel: Linux 2.6.8-2-sparc64
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Versions of packages dak depends on:
ii apt [libapt-pkg-libc6.3-5-3 0.5.28.6 Advanced front-end for dpkg
ii apt-utils 0.5.28.6 APT utility programs
ii bzip2 1.0.2-6 high-quality block-sorting file co
ii debconf 1.4.30.13 Debian configuration management sy
ii dpkg-dev 1.10.28 Package building tools for Debian
ii exim4-daemon-light [mail-tr 4.50-8 lightweight exim MTA (v4) daemon
ii gnupg 1.4.1-1 GNU privacy guard - a free PGP rep
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-13 GCC support library
ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3
ii python 2.3.5-2 An interactive high-level object-o
ii python-apt 0.5.10 Python interface to libapt-pkg
ii python-ldap 2.0.4-1 A LDAP interface module for Python
ii python-pygresql 1:3.6.1-1 PostgreSQL module for Python
ii ucf 1.17 Update Configuration File: preserv
-- debconf information:
* dak/username: deb-dak
* dak/groupname: debadmin
* dak/hostname: localhost.localdomain
* dak/path: /opt/dak
* dak/setup:
* dak/archivename: archive FDL (ondine)
--- dak.postrm 2005-07-28 08:51:11.000000000 +0200
+++ /tmp/dak.postrm 2005-08-03 14:30:12.496817568 +0200
@@ -19,10 +19,12 @@
fi
if which ucf >/dev/null; then
- ucf --purge $path/apt.conf
- ucf --purge $path/cron.unchecked
- ucf --purge $path/katie.conf
- ucf --purge $path/vars
+ ucf --purge $path/katie/apt.conf
+ ucf --purge $path/katie/cron.unchecked
+ ucf --purge $path/katie/katie.conf
+ ucf --purge /etc/katie/katie.conf
+ ucf --purge $path/katie/vars
+ ucf --purge $path/katie/Contents.top
ucf --purge $path/katie/templates/alicia.bug-close
ucf --purge $path/katie/templates/amber.advisory
ucf --purge $path/katie/templates/jennifer.accepted
--- End Message ---
--- Begin Message ---
The package is removed and this bug no longer applies. (Alternatively it has
been fixed in whatever is current on ftpmaster.d.o). Thus closing it
--- End Message ---