Package: ifplugd Version: 0.26-2 Severity: normal Tags: patch
/etc/init.d/ifplugd specifies /bin/bash on the shebang. However there are no bashisms in the script. It would be better to cater for people who install another POISX compatible shell at /bin/sh and specify that in the file. Mark -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (400, 'testing'), (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.16.1 Locale: LANG=en_GB, LC_CTYPE=iso_8859_1 (charmap=ISO-8859-1) (ignored: LC_ALL set to en_GB) Versions of packages ifplugd depends on: ii debconf 1.4.30.13 Debian configuration management sy ii libc6 2.3.6-7 GNU C Library: Shared libraries ii libdaemon0 0.7-1 lightweight C library for daemons -- debconf information: * ifplugd/interfaces: eth0 * ifplugd/hotplug_interfaces: * ifplugd/args: -q -f -u0 -d10 -w -I ifplugd/suspend_action: stop
--- /etc/init.d/ifplugd 2004-12-21 22:58:53.000000000 +0000 +++ /tmp/ifplugd 2006-05-24 23:44:54.000000000 +0100 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # $Id: ifplugd.init.in 43 2003-09-13 11:25:11Z lennart $ # This file is part of ifplugd.

