Your message dated Fri, 07 Feb 2014 19:33:23 +0000
with message-id <[email protected]>
and subject line Bug#731087: fixed in backuppc 3.3.0-2
has caused the Debian Bug report #731087,
regarding backuppc: Wrong message in bin/BackupPC_archive
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.)


-- 
731087: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731087
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: backuppc
Version: 3.3.0-1
Severity: minor
Tags: patch

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

Hi, 
while patching BackupPC I came across this issue.
When the UserCommand ArchivePostUserCmd fails and this is configured to be 
fatal,
a reference to a wrong script (RestorePreUserCmd) is written to the log.

Attached patch fixes this.

coldtobi

- -- System Information:
Debian Release: jessie/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iEYEARECAAYFAlKboA8ACgkQvyUNygvkuQI1YACeMy5IKLESSxzkendTYYyBzfT4
DUYAoMt/riF2caVRLlCV+gsIRXKeF2sH
=y9pS
-----END PGP SIGNATURE-----
--- a/bin/BackupPC_archive
+++ b/bin/BackupPC_archive
@@ -299,7 +299,7 @@
     if ( $NeedPostCmd ) {
         UserCommandRun("ArchivePostUserCmd");
         if ( $? && $Conf{UserCmdCheckStatus} ) {
-            $stat{hostError} = "RestorePreUserCmd returned error status $?";
+            $stat{hostError} = "ArchivePostUserCmd returned error status $?";
             $stat{xferOK} = 0;
         }
     }

--- End Message ---
--- Begin Message ---
Source: backuppc
Source-Version: 3.3.0-2

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

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.
Ludovic Drolez <[email protected]> (supplier of updated backuppc 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.8
Date: Thu, 06 Feb 2014 12:41:22 +0100
Source: backuppc
Binary: backuppc
Architecture: source i386
Version: 3.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Ludovic Drolez <[email protected]>
Changed-By: Ludovic Drolez <[email protected]>
Description: 
 backuppc   - high-performance, enterprise-grade system for backing up PCs
Closes: 731087 734356
Changes: 
 backuppc (3.3.0-2) unstable; urgency=low
 .
   * Depends on apache2-utils
   * removed a superfluous libtime-modules-perl. Closes: #734356
   * Typo in log message fixed. Closes: #731087
   * using dpkg-buildflags
Checksums-Sha1: 
 70999e2c7ff2a1a5062f9fd00685814d9f875c55 1029 backuppc_3.3.0-2.dsc
 19d04b85a27463cb1f0dd64cce245517c44bdf4c 29686 backuppc_3.3.0-2.diff.gz
 743b5da216d60b4d0042159e6997851e634d8788 465162 backuppc_3.3.0-2_i386.deb
Checksums-Sha256: 
 3c26d08e26bab7482c01aff45a4de007c8947e1d86c4d64d0d15499e8ded6a70 1029 
backuppc_3.3.0-2.dsc
 4bb80105a7da1e40ae3d733deebe18c1b6fb131872f546a6513e7aac43d194fd 29686 
backuppc_3.3.0-2.diff.gz
 6a5af56e582eb63fdc0dc2d36e6e4a28d0649e513a27e9263ca58d89078b03f8 465162 
backuppc_3.3.0-2_i386.deb
Files: 
 26b4679953f2d06d8f0eb845b770021a 1029 utils optional backuppc_3.3.0-2.dsc
 dc9d141caf265c4041cbce7f01df7119 29686 utils optional backuppc_3.3.0-2.diff.gz
 ccab12f43dd8dedbc2b8b7492d25fbdf 465162 utils optional 
backuppc_3.3.0-2_i386.deb

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

iEYEARECAAYFAlL1MW8ACgkQsRlQAP1GppjbrwCfWId74cM3IB5Vje6uy3fVCCcc
0j4An2wbnFaCHnWPFCQs5M9tRJbxPklS
=1GdL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to