[pinto] 01/01: Set fullpath to deluser command.

Oleg Gashev oleg at gashev.net
Sun Oct 6 19:50:11 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 4fd28fe87ab1d77073b0b2d285039984edb53847
Author: Oleg Gashev <oleg at gashev.net>
Date:   Sun Oct 6 19:42:40 2013 +0000

    Set fullpath to deluser command.
---
 debian/pinto.postrm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pinto.postrm b/debian/pinto.postrm
index 113de1b..c39db33 100644
--- a/debian/pinto.postrm
+++ b/debian/pinto.postrm
@@ -14,7 +14,7 @@ case "$1" in
         # Delete pinto daemon user, if it exists
         if getent passwd pinto > /dev/null ; then
             echo "Deleting pinto user."
-            deluser --quiet pinto > /dev/null || true
+            /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