[pinto] 01/02: Fixed error to pinto.postinst script (backslash).

Oleg Gashev oleg at gashev.net
Sat Jan 11 20:15:31 UTC 2014


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

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

commit 271fb6169a85c51349f2783d64658d888a8b2ff6
Author: Oleg Gashev <oleg at gashev.net>
Date:   Sat Jan 11 19:47:49 2014 +0000

    Fixed error to pinto.postinst script (backslash).
---
 debian/pinto.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pinto.postinst b/debian/pinto.postinst
index 7acc251..9abaaee 100644
--- a/debian/pinto.postinst
+++ b/debian/pinto.postinst
@@ -10,7 +10,7 @@ if [ "$1" = configure ]; then
     getent group pinto >/dev/null 2>&1 || addgroup --system pinto
     getent passwd pinto >/dev/null 2>&1 ||
     adduser \
-        --system
+        --system \
         --home /var/lib/pinto \
         --disabled-password \
         --ingroup pinto \

-- 
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