Package: munin-node
Version: 1.2.3-1
Severity: important
Tags: patch
The munin-node init script has a syntax error (or rather: an
non-resolved variable) in the "stop" function. Patch below
--- munin-node.orig 2005-09-06 16:46:52.000000000 +0200
+++ munin-node 2005-09-06 16:47:05.000000000 +0200
@@ -50,7 +50,7 @@
echo "done."
return 0
fi
- WAIT=$(( WAIT - 1 ))
+ WAIT=$(( $WAIT - 1 ))
echo -n "."
done
echo "FAILED!"
-- System Information:
Debian Release: 3.1
APT prefers stable
APT policy: (990, 'stable'), (400, 'experimental'), (90, 'testing'), (50,
'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11.12-incase
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages munin-node depends on:
ii libnet-server- 0.87-3 An extensible, general perl server
ii perl 5.8.4-8 Larry Wall's Practical Extraction
ii procps 1:3.2.3-0.backports.org.1 The /proc file system utilities
Versions of packages munin-node recommends:
ii libnet-snmp-perl 5.0.1-1 Script SNMP connections
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]