[pinto] 01/01: Remove deleting pinto daemon user.

Oleg Gashev oleg at gashev.net
Sun Oct 6 21:15:20 UTC 2013


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

gashev-guest pushed a commit to branch master
in repository pinto.

commit 031553a639b28c4023469ca436fa99e00c5ab448
Author: Oleg Gashev <oleg at gashev.net>
Date:   Sun Oct 6 21:02:52 2013 +0000

    Remove deleting pinto daemon user.
---
 debian/pinto.postrm |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/debian/pinto.postrm b/debian/pinto.postrm
index c39db33..3063101 100644
--- a/debian/pinto.postrm
+++ b/debian/pinto.postrm
@@ -10,12 +10,6 @@ case "$1" in
             /var/run/pinto ; do
             rm -rf $d 2> /dev/null || true;
         done;
-
-        # Delete pinto daemon user, if it exists
-        if getent passwd pinto > /dev/null ; then
-            echo "Deleting pinto user."
-            /usr/sbin/deluser --quiet pinto > /dev/null || true
-        fi
         ;;
     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
         ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pinto.git



More information about the Pkg-perl-cvs-commits mailing list