[pinto] 01/01: Remove passwords from debconf.
Oleg Gashev
oleg at gashev.net
Thu Sep 5 19:34:46 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 9c0e1573895b4616b7dae1b730bd50c78eec1720
Author: Oleg Gashev <oleg at gashev.net>
Date: Thu Sep 5 15:37:06 2013 -0400
Remove passwords from debconf.
---
debian/pinto.postinst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/pinto.postinst b/debian/pinto.postinst
index 07723ef..2e0a343 100644
--- a/debian/pinto.postinst
+++ b/debian/pinto.postinst
@@ -47,6 +47,9 @@ if [ "$1" = configure ]; then
touch "$htpw"
htpasswd -b "$htpw" pintoadmin "$admpass"
fi
+
+ db_set pinto/adminpassword ""
+ db_set pinto/adminpassword-repeat ""
fi
#DEBHELPER#
--
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