[activemq] 05/07: Do not delete system users and groups on purge.

Markus Koschany apo-guest at moszumanska.debian.org
Sun Mar 13 22:18:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository activemq.

commit aff3614f081e835b36095f23701733287b419d58
Author: Markus Koschany <apo at debian.org>
Date:   Sun Mar 13 22:49:22 2016 +0100

    Do not delete system users and groups on purge.
    
    It is more reasonable to let the admin handle deletion of users and groups. In
    the worst case files owned by this user would be accessible by all other
    users.
---
 debian/activemq.postrm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/activemq.postrm b/debian/activemq.postrm
index 4ddce57..e3ded8e 100644
--- a/debian/activemq.postrm
+++ b/debian/activemq.postrm
@@ -42,8 +42,8 @@ if [ "$1" = "purge" ]; then
 
     # Unsure about this:
     # http://wiki.debian.org/AccountHandlingInMaintainerScripts
-    del_user
-    del_group
+    #del_user
+    #del_group
     # or just disable account ?
     # disable_user
     

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq.git



More information about the pkg-java-commits mailing list