Package: nut
Followup-For: Bug #445000
tag 445000 patch
thanks
-- System Information:
Debian Release: lenny/sid
APT prefers testing-proposed-updates
APT policy: (700, 'testing-proposed-updates'), (700, 'testing'), (670,
'proposed-updates'), (670, 'stable'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-vserver-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash
Versions of packages nut depends on:
ii adduser 3.105 add and remove users and groups
ii debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii libc6 2.7-4 GNU C Library: Shared libraries
ii libusb-0.1-4 2:0.1.12-8 userspace USB programming library
ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip
ii udev 0.114-2 /dev/ and hotplug management daemo
nut recommends no packages.
-- debconf information:
nut/change_system_user:
nut/major_upstream_changes:
diff -u nut-2.2.0/debian/nut.preinst nut-2.2.0/debian/nut.preinst
--- nut-2.2.0/debian/nut.preinst
+++ nut-2.2.0/debian/nut.preinst
@@ -33,7 +33,7 @@
check_and_create_user
# remove the obsolete config file (upgrading from nut < 0.44.0)
- db_get nut/remove_debian_conf
+ db_get nut/remove_debian_conf||true
if [ "$RET" = "true" ] ; then
rm -f /etc/nut/debian.conf
fi