Your message dated Tue, 27 Sep 2005 23:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#282772: fixed in amanda 1:2.4.5-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Nov 2004 12:16:40 +0000
>From [EMAIL PROTECTED] Wed Nov 24 04:16:40 2004
Return-path: <[EMAIL PROTECTED]>
Received: from matlock.hofmann.stw.uni-erlangen.de 
(mail.hofmann.stw.uni-erlangen.de) [131.188.24.35] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1CWw4d-0003xY-00; Wed, 24 Nov 2004 04:16:40 -0800
Received: (qmail 24566 invoked by uid 0); 24 Nov 2004 12:16:07 -0000
Received: from ho135.hofmann.stw.uni-erlangen.de (HELO localhost) ([EMAIL 
PROTECTED]@172.17.27.135)
  by mail.hofmann.stw.uni-erlangen.de with SMTP; 24 Nov 2004 12:16:07 -0000
Date: Wed, 24 Nov 2004 13:16:08 +0100
From: Peter Baumann <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: amanda-common: Purge deletes /etc/amanda also there non configfiles in 
it
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.2
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: amanda-common
Version: 1:2.4.4p3-2
Severity: important

After purging amanda-common my /etc/amanda directory was gone.
There was a configuration made from scratch in /etc/amanda/daily, which
is not listed in /var/lib/dpkg/info/amanda-common.conffiles or
/var/lib/dpkg/info/amanda-server.conffiles so it should not be deleted.

The purge section should look like the following (untested, just to
get the idea) amanda-common.postrm file

#!/bin/sh -e
case "$1" in
  purge)
        if [ -d /etc/amanda ]; then
                # remove all registered config files
                rm -rf `cat /var/lib/dpkg/info/amanda-common.conffiles`
                # remove /etc amanda if there are no files left
                rmdir /etc/amanda 2> /dev/null || true
        fi
[...]


I think something similar has to be adopted by the other rm-files, too.


Greetings,
  Peter Baumann

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-k7
Locale: LANG=en_US, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages amanda-common depends on:
ii  amanda-client    1:2.4.4p3-2             Advanced Maryland Automatic Networ
ii  debconf          1.4.40                  Debian configuration management sy
ii  libc6            2.3.2.ds1-18            GNU C Library: Shared libraries an
ii  libncurses5      5.4-4                   Shared libraries for terminal hand
ii  mailx            1:8.1.2-0.20040524cvs-3 A simple mail user agent
ii  netbase          4.19                    Basic TCP/IP networking system
ii  perl [perl5]     5.8.4-4                 Larry Wall's Practical Extraction 
ii  tar              1.14-2                  GNU tar

-- no debconf information

---------------------------------------
Received: (at 282772-close) by bugs.debian.org; 28 Sep 2005 06:48:25 +0000
>From [EMAIL PROTECTED] Tue Sep 27 23:48:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EKVU5-0007ve-00; Tue, 27 Sep 2005 23:32:05 -0700
From: Bdale Garbee <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#282772: fixed in amanda 1:2.4.5-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 27 Sep 2005 23:32:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: amanda
Source-Version: 1:2.4.5-2

We believe that the bug you reported is fixed in the latest version of
amanda, which is due to be installed in the Debian FTP archive:

amanda-client_2.4.5-2_i386.deb
  to pool/main/a/amanda/amanda-client_2.4.5-2_i386.deb
amanda-common_2.4.5-2_i386.deb
  to pool/main/a/amanda/amanda-common_2.4.5-2_i386.deb
amanda-server_2.4.5-2_i386.deb
  to pool/main/a/amanda/amanda-server_2.4.5-2_i386.deb
amanda_2.4.5-2.diff.gz
  to pool/main/a/amanda/amanda_2.4.5-2.diff.gz
amanda_2.4.5-2.dsc
  to pool/main/a/amanda/amanda_2.4.5-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated amanda package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 28 Sep 2005 00:16:44 -0600
Source: amanda
Binary: amanda-client amanda-server amanda-common
Architecture: source i386
Version: 1:2.4.5-2
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Changed-By: Bdale Garbee <[EMAIL PROTECTED]>
Description: 
 amanda-client - Advanced Maryland Automatic Network Disk Archiver (Client)
 amanda-common - Advanced Maryland Automatic Network Disk Archiver (Libs)
 amanda-server - Advanced Maryland Automatic Network Disk Archiver (Server)
Closes: 74045 226798 247661 282772 307735 313553 320759 326390
Changes: 
 amanda (1:2.4.5-2) unstable; urgency=low
 .
   * merge Arabic translation, closes: #320759
   * merge Vietnamese translation, closes: #307735
   * allow debconf-2.0 as a dependency alternative
   * update dependencies in light of libreadline5-dev, closes: #326390
   * don't blindly remove non-conffiles in /etc/amanda, closes: #282772
   * fix strange dump results with smbclient 3.0, closes: #226798, #313553
   * pass --numeric-owner to tar from sendsize to improve estimation speed
     on systems using mixed libnss modules, closes: #247661
   * have amanda-common postinst add /usr/sbin to backup user's path,
     closes: #74045
Files: 
 9b167179e02dc88b53df38a2b0e8e796 734 utils optional amanda_2.4.5-2.dsc
 0729bfc05d0204e04129e245de691305 36432 utils optional amanda_2.4.5-2.diff.gz
 d15258ce9a66d31d9ed015c0ff5ca8ae 786006 utils optional 
amanda-common_2.4.5-2_i386.deb
 e3781bea9d5001630a31f45786204349 434296 utils optional 
amanda-server_2.4.5-2_i386.deb
 df9a518b20f8825b2a36e4356447ade8 115780 utils optional 
amanda-client_2.4.5-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDOjZXZKfAp/LPAagRAt9pAJ98b1L46+6ai+/rpwIftGSdoW9pDACfYdWC
hbkDMyVAY7u3QGnWmWUgZ5k=
=c8QN
-----END PGP SIGNATURE-----


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

Reply via email to