Package: fidogate Severity: normal
fidogate currently cannot be installed non-interactively. Please use debconf to fix this. This is a temporary workaround: --- debian/postinst.orig 2005-06-28 23:20:05.516033845 -0700 +++ debian/postinst 2005-06-28 23:20:09.319518336 -0700 @@ -53,7 +53,9 @@ # run fidogateconfig # ######################## + if [ "$DEBIAN_FRONTEND" != noninteractive ]; then /usr/sbin/fidogateconfig + fi fi -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-1-386 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages fidogate depends on: pn dialog Not found. ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii perl [perl5] 5.8.4-8 Larry Wall's Practical Extraction -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

