Package: opennap
Followup-For: Bug #154131
Quick workaround to allow non-interactive installation:
--- debian/postinst.orig 2005-06-28 23:07:10.781090238 -0700
+++ debian/postinst 2005-06-28 23:18:33.310530780 -0700
@@ -24,7 +24,9 @@
case "$1" in
configure)
+ if [ "$DEBIAN_FRONTEND" != noninteractive ]; then
/usr/sbin/opennapconf
+ fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
-- 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 opennap depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii zlib1g 1:1.2.2-3 compression library - runtime
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]