[debian-edu-commits] debian-edu/ 24/32: DebConf: Always default to No for the delete-group-confirmation-question screens.

Mike Gabriel sunweaver at debian.org
Mon Aug 18 15:09:47 UTC 2014


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

sunweaver pushed a commit to annotated tag debian/1_2.0.2+dfsg1-1
in repository italc.

commit 10b502a9943bf352c18dedbc91f3f707e20602e0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Aug 15 16:34:03 2014 +0200

    DebConf: Always default to No for the delete-group-confirmation-question screens.
---
 debian/italc-client.config | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/italc-client.config b/debian/italc-client.config
index 1fbdceb..a07f480 100755
--- a/debian/italc-client.config
+++ b/debian/italc-client.config
@@ -16,6 +16,12 @@ db_get italc-client/group-italc-student && db_set italc-client/last-group-studen
 db_get italc-client/group-italc-supporter && db_set italc-client/last-group-supporter $RET || true
 db_get italc-client/group-italc-admin && db_set italc-client/last-group-admin $RET || true
 
+# set the confirmation questions for group deletions always to false before we begin...
+db_set italc-client/del-last-group-teacher false
+db_set italc-client/del-last-group-student false
+db_set italc-client/del-last-group-supporter false
+db_set italc-client/del-last-group-admin false
+
 if [ "$create_keypairs" = "true" ]; then
 
 	db_input high italc-client/create-groups-for-roles || true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/italc.git



More information about the debian-edu-commits mailing list