From 672e5a2107b0c4d704b5a7f63147e07ca5c8c4ef Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Mon, 11 Feb 2013 13:15:05 +0000 Subject: [PATCH] A call to db_go is needed after checking for posix acl, or else the message is not displayed. --- debian/alternc.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/alternc.config b/debian/alternc.config index 173ad94e..c9bd9e27 100644 --- a/debian/alternc.config +++ b/debian/alternc.config @@ -193,7 +193,7 @@ while [ "$QUEST_STATE" != 0 -a "$QUEST_STATE" != 11 ]; do ACL="$(echo "$MOUNT_OPTS" | tr "," "\\n" | egrep '^acl|attr2|user_xattr$')" || true if [ -z "$ACL" ]; then db_input critical alternc/acluninstalled || true - db_title AlternC + db_go db_reset alternc/acluninstalled || true db_fset alternc/acluninstalled "seen" "false" || true exit 2