[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#443866: htdig: please unset verbose in postinst



Package: htdig
Version: 1:3.2.0b6-3.1
Severity: normal
Tags: patch

Hi!

htdig's postinst errors out if the package is installed from fai because 
fai's use of $verbose (set to 1) conflicts with htdigconfig's use of the 
same variable (probably intended to be set to -v or something like that.)

The patch might be as simple as
--- /var/lib/dpkg/info/htdig.postinst   2007-02-26 20:00:33.000000000 +0100
+++ htdig.postinst      2007-09-24 19:40:50.000000000 +0200
@@ -23,7 +23,7 @@
 # generate ht://Dig databases now
 db_get htdig/generate-databases
 if [ "$RET" = "true" ]; then
-       /usr/sbin/htdigconfig
+       verbose= /usr/sbin/htdigconfig
 fi




thanks
-- vbi

 
-- 
featured product: Debian GNU/Linux - http://debian.org

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: