Package: webfs Version: 1.21+ds1-7 Severity: serious The conffile modification fix for -7 doesn't actually invoke ucf to install /etc/webfsd.conf at all:
+ # Register the auto generated configuration file. + test -x ucf && \ + ucf --three-way --debconf-ok $AUTOCONFFILE $CONFFILE + test -x ucfr && \ + ucfr webfs $CONFFILE The test should probably read either "test -x /usr/bin/ucf" or "which ucf >/dev/null 2>&1" to actually work. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org