[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#286043: xfs: init.d scrip has bad "test[]" paramiters.



Package: xfs
Version: 4.3.0.dfsg.1-9
Severity: normal

Line 24 of /etc/init.d/xfs should read...
if [ -e $SOCKET_DIR -a ! -d $SOCKET_DIR ]; then
and not...
if [ -e $SOCKET_DIR && [ ! -d $SOCKET_DIR ]; then
The latter is clearly missing an ']'.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (950, 'testing'), (150, 'unstable'), (140, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xfs depends on:
ii  libc6                       2.3.2.ds1-19 GNU C Library: Shared libraries an
ii  zlib1g                      1:1.2.2-4    compression library - runtime

-- no debconf information



Reply to: