[pinto] 02/02: Replaced call htpasswd -b to htpasswd -i.

Oleg Gashev oleg at gashev.net
Sun Oct 6 18:58:17 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 a599fec73a072d4efea64a65e9f266677b13c0af
Author: Oleg Gashev <oleg at gashev.net>
Date:   Sun Oct 6 18:53:50 2013 +0000

    Replaced call htpasswd -b to htpasswd -i.
---
 debian/pinto.postinst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pinto.postinst b/debian/pinto.postinst
index 509fcad..479e8d7 100644
--- a/debian/pinto.postinst
+++ b/debian/pinto.postinst
@@ -51,7 +51,7 @@ if [ "$1" = configure ]; then
 
     if [ -n "$admpass" ]; then
         touch "$htpw"
-        htpasswd -b "$htpw" pintoadmin "$admpass"
+        htpasswd -i "$htpw" pintoadmin "$admpass"
     fi
 
     db_set pinto/adminpassword ""

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