[pinto] 01/01: Fixed indentation to pinto.postinst.
Oleg Gashev
oleg at gashev.net
Sat Sep 28 19:11:44 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 7fa2b8054bf11dc1ed7256107c4ddb203c7b999d
Author: Oleg Gashev <oleg at gashev.net>
Date: Sat Sep 28 19:11:27 2013 +0000
Fixed indentation to pinto.postinst.
---
debian/pinto.postinst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/pinto.postinst b/debian/pinto.postinst
index a5105e7..1aecee5 100644
--- a/debian/pinto.postinst
+++ b/debian/pinto.postinst
@@ -7,9 +7,9 @@ set -e
defaultRepositoryPath='/var/lib/pinto/repository/default'
if [ "$1" = configure ]; then
- getent group pinto >/dev/null 2>&1 || addgroup --system pinto
- getent passwd pinto >/dev/null 2>&1 ||
- adduser --system --no-create-home --disabled-password --ingroup pinto pinto
+ getent group pinto >/dev/null 2>&1 || addgroup --system pinto
+ getent passwd pinto >/dev/null 2>&1 ||
+ adduser --system --no-create-home --disabled-password --ingroup pinto pinto
if [ ! -e "$defaultRepositoryPath" ] ; then
pinto -r $defaultRepositoryPath init
--
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