]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix install name and fix error report by munin autoconf.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 12 Oct 2011 08:37:15 +0000 (08:37 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 12 Oct 2011 08:37:15 +0000 (08:37 +0000)
git-svn-id: file:///svn/unbound/trunk@2508 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/unbound_munin_
doc/Changelog

index 9a878dafa756d761cb50056bdf954e3a55072706..db6c33f38af4e2663ea2f8a7e87926a79a404f52 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # plugin for munin to monitor usage of unbound servers.
-# To install copy this to /usr/local/share/munin/plugins/unbound_
+# To install copy this to /usr/local/share/munin/plugins/unbound_munin_
 # and use munin-node-configure (--suggest, --shell).
 #
 # (C) 2008 W.C.A. Wijngaards.  BSD Licensed.
@@ -177,7 +177,7 @@ if test "$1" = "autoconf" ; then
                exit 1
        fi
        if test ! -d `dirname $state`; then
-               echo no "($state directory does not exist)"
+               echo no "(`dirname $state` directory does not exist)"
                exit 1
        fi
        echo yes
index cc13c2461bcb68cb114132e56ed9d32b85a11da7..166905a0e5542e18291d9a03186491702d8d307e 100644 (file)
@@ -1,7 +1,7 @@
 12 October 2011: Wouter
        - updated contrib/unbound_munin_ to family=auto so that it works with
          munin-node-configure automatically (if installed as
-         /usr/local/share/munin/plugins/unbound_ ).
+         /usr/local/share/munin/plugins/unbound_munin_ ).
 
 27 September 2011: Wouter
        - unbound.exe -w windows option for start and stop service.