Package: munin-node
Version: 1.2.6-9
Severity: normal

Please convert /ect/init.d/munin-node to POSIX sh script so that
it relies only at /bin/sh that is not necessarily bash.

       $ posh -nx /ect/init.d/munin-node
       munin-node:80: syntax error: `(' unexpected

       $ dash -nx /ect/init.d/munin-node
       munin-node:80: syntax error: `(' unexpected

The line in question can be written:

    perms=(`/usr/sbin/dpkg-statoverride --list /var/run/munin`)

    =>

    set -- $(/usr/sbin/dpkg-statoverride --list /var/run/munin)

where $1, $2 ... are same as perms[0], perms[1] etc.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages munin-node depends on:
ii  adduser                 3.110            add and remove users and groups
ii  gawk                    1:3.1.5.dfsg-4.1 GNU awk, a pattern scanning and pr
ii  libnet-server-perl      0.97-1           An extensible, general perl server
ii  lsb-base                3.2-20           Linux Standard Base 3.2 init scrip
ii  perl                    5.10.0-19        Larry Wall's Practical Extraction 
ii  procps                  1:3.2.7-11       /proc file system utilities

Versions of packages munin-node recommends:
ii  libnet-snmp-perl              5.2.0-1    Script SNMP connections

Versions of packages munin-node suggests:
pn  acpi | lm-sensors             <none>     (no description available)
pn  ethtool                       <none>     (no description available)
pn  libdbd-pg-perl                <none>     (no description available)
pn  liblwp-useragent-determined-p <none>     (no description available)
pn  libnet-irc-perl               <none>     (no description available)
ii  libwww-perl                   5.820-1    WWW client/server library for Perl
ii  munin                         1.2.6-9    network-wide graphing framework (g
pn  munin-plugins-extra           <none>     (no description available)
pn  mysql-client                  <none>     (no description available)
ii  python                        2.5.4-2    An interactive high-level object-o
ii  smartmontools                 5.38-3     control and monitor storage system

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to