Package: nfs-common
Version: 1:1.1.1-4
Severity: normal
Tags: patch

Hi

there is a bashism in new init script for nfs-common, attached patch
fixes it.

-- 
        Michal Čihař | http://cihar.com | http://blog.cihar.com


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nfs-common depends on:
ii  adduser               3.105              add and remove users and groups
ii  initscripts           2.86.ds1-38.1      Scripts for initializing and shutt
ii  libc6                 2.6.1-6            GNU C Library: Shared libraries
ii  libcomerr2            1.40.2-1           common error description library
ii  libevent1             1.3d-1             An asynchronous event notification
ii  libgssglue1           0.1-1              mechanism-switch gssapi library
ii  libkrb53              1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libnfsidmap2          0.20-0             An nfs idmapping library
ii  librpcsecgss3         0.17-1             allows secure rpc communication us
ii  libwrap0              7.6.dbs-14         Wietse Venema's TCP wrappers libra
ii  lsb-base              3.1-24             Linux Standard Base 3.1 init scrip
ii  netbase               4.30               Basic TCP/IP networking system
ii  portmap               6.0-4              The RPC portmapper
ii  ucf                   3.003              Update Configuration File: preserv

nfs-common recommends no packages.

-- no debconf information
--- /etc/init.d/nfs-common.orig 2007-10-30 11:34:52.000000000 +0900
+++ /etc/init.d/nfs-common      2007-10-30 11:34:59.000000000 +0900
@@ -198,7 +198,7 @@
                 exit $?
             fi
        fi
-       if ["$NEED_STATD" = yes ]
+       if [ "$NEED_STATD" = yes ]
        then
            log_progress_msg "statd"
            start-stop-daemon --stop --oknodo --quiet \

Reply via email to