[pinto] 01/01: Added initalize variable $passwordsmatch.
    Oleg Gashev 
    oleg at gashev.net
       
    Mon Sep 16 19:46:05 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 f8f3bb408c8da560dc558040d3e1cbf8b6d191b8
Author: Oleg Gashev <oleg at gashev.net>
Date:   Mon Sep 16 19:45:21 2013 +0000
    Added initalize variable $passwordsmatch.
---
 debian/pinto.config |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/debian/pinto.config b/debian/pinto.config
index 315d161..bab3750 100644
--- a/debian/pinto.config
+++ b/debian/pinto.config
@@ -4,6 +4,8 @@ set -e
 
 . /usr/share/debconf/confmodule
 
+passwordsmatch=''
+
 while [ ! "$passwordsmatch" ]; do
     #only ask for a password if no htpasswd exists
     test -f /etc/pinto/htpasswd.users && break
-- 
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