Package: open-iscsi Version: 2.0.870~rc3-0.1 Severity: minor Hi,
at the top of the sanitychecks() shell function there is a [ ! -e $CONFIGFILE ] test, which evaluates to false, because $CONFIGFILE is neither defined nor quoted, so the test becomes [ ! -e ], testing whether -e is the empty string. I guess this isn't what is intended. Setting CONFIGFILE=/etc/iscsi/iscsid.conf and/or quoting its reference as [ ! -e "$CONFIGFILE" ] probably is. Thanks, Feri. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages open-iscsi depends on: ii libc6 2.7-13 GNU C Library: Shared libraries open-iscsi recommends no packages. open-iscsi suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

