Package: setserial
Version: 2.17-41
Severity: normal
in the script: /etc/init.d/setserial line 55, 59 and 69 contain the
following test:
[ -f ${etcconfig} ] && exit 0
however this is wrong, it should be:
[ -f ${etcconfig} ] || exit 0
in the first case the script bails out when detecting /etc/serial.conf
and in the second case it bails out when not detecting /etc/serial.conf
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored:
LC_ALL set to [EMAIL PROTECTED])
Versions of packages setserial depends on:
ii debconf 1.4.51 Debian configuration management sy
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
setserial recommends no packages.
-- debconf information:
setserial/rc-boot-file-removed:
setserial/rc-boot-file-renamed:
setserial/update-modules-failed:
setserial/autosave: true
* setserial/autosave-types: autosave once
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]