From: Wouter Wijngaards Date: Wed, 12 Oct 2011 08:37:15 +0000 (+0000) Subject: fix install name and fix error report by munin autoconf. X-Git-Tag: release-1.4.14rc1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfd769b60ce39628d272328b04247a974ed3ab20;p=thirdparty%2Funbound.git fix install name and fix error report by munin autoconf. git-svn-id: file:///svn/unbound/trunk@2508 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/contrib/unbound_munin_ b/contrib/unbound_munin_ index 9a878dafa..db6c33f38 100755 --- a/contrib/unbound_munin_ +++ b/contrib/unbound_munin_ @@ -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 diff --git a/doc/Changelog b/doc/Changelog index cc13c2461..166905a0e 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.