From c9117effde108da8f16542441089a59bfa526f66 Mon Sep 17 00:00:00 2001 From: "siretart@tauware.de" <> Date: Wed, 10 Nov 2010 11:19:40 +0100 Subject: update ucf invocation to integrate better in debconf avoids this warnig: *** WARNING: ucf was run from a maintainer script that uses debconf, but the script did not pass --debconf-ok to ucf. The maintainer script should be fixed to not stop debconf before calling ucf, and pass it this parameter. For now, ucf will revert to using old-style, non-debconf prompting. Ugh! Please inform the package maintainer about this problem. --- debian/boxbackup-server.postinst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'debian/boxbackup-server.postinst') diff --git a/debian/boxbackup-server.postinst b/debian/boxbackup-server.postinst index 87d88333..1b19de97 100644 --- a/debian/boxbackup-server.postinst +++ b/debian/boxbackup-server.postinst @@ -176,24 +176,21 @@ EOF echo " TrustedCAsFile = $BBCACERT" >> $DEBCONFBB echo "}" >> $DEBCONFBB - db_stop - if [ -x "`which ucf`" ]; then - ucf --three-way $DEBCONFRAID $RAIDCONF >&2 &2