Package: munin-node
Version: 1.2.5-1
Severity: normal

when I make this change the plugin works:

o9:~# diff postfix_mailstats /usr/share/munin/plugins/postfix_mailstats 
239c239
<             $cause = 'OTHER' unless $1 =/^\d+$/;
---
>             $cause = 'OTHER' unless $1 =~ /^\d+$/;

the original line tries to assign the rhs to the read-only $1...

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages munin-node depends on:
ii  adduser                       3.100      Add and remove users and groups
ii  libnet-server-perl            0.94-1     An extensible, general perl server
ii  lsb-base                      3.1-22     Linux Standard Base 3.1 init scrip
ii  perl                          5.8.8-7    Larry Wall's Practical Extraction 
ii  procps                        1:3.2.7-3  /proc file system utilities

Versions of packages munin-node recommends:
pn  libnet-snmp-perl              <none>     (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to