[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.2.6+dfsg-2-5-gbc8970c

Alexander Golovko alexandro at ankalagon.ru
Tue Jul 3 19:38:26 UTC 2012


The following commit has been merged in the master branch:
commit bc8970c8cba4fd9468df0ed0cf92891b2dca8c91
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date:   Tue Jul 3 23:35:10 2012 +0400

    Don't remove bacula user on package purging
    
    See #621833 for details

diff --git a/debian/bacula-common.postrm b/debian/bacula-common.postrm
index 16385e2..379a016 100644
--- a/debian/bacula-common.postrm
+++ b/debian/bacula-common.postrm
@@ -5,7 +5,6 @@ set -e
 
 case "$1" in
 	purge)
-		userdel bacula >/dev/null 2>&1 || true
 		rm -rf /var/run/bacula
 		rm -rf /etc/bacula
 		rm -rf /var/log/bacula
diff --git a/debian/changelog b/debian/changelog
index db3eff1..ea25850 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ bacula (5.2.6+dfsg-3) unstable; urgency=high
     debian/po/*, debian/addition/common-functions.dpkg:
     + fix unsafe bacula-director passwords.
   * debian/bacula-common.postrm:
-    + suppress userdel errors output (thanks to ubuntu).
+    + don't remove bacula user on package purging (details in bug 621833).
 
  --
 

-- 
Bacula, a network backup, recovery and verification program



More information about the pkg-bacula-commits mailing list