X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=client%2Fbin%2Fnagcollect;h=8f07f3827fc7dbb02599ae555e352c9d4ffe58b8;hb=00422df017d9ec61f1bfd9078c3ae436ed857476;hp=d466a8ca92ebde32e5921c84aa827a24f0242613;hpb=64973590f726111170ef5546996899bac7a6254a;p=nagcollect.git diff --git a/client/bin/nagcollect b/client/bin/nagcollect index d466a8c..8f07f38 100755 --- a/client/bin/nagcollect +++ b/client/bin/nagcollect @@ -1,7 +1,13 @@ #!/bin/bash # # NagCollect -- Nagios Data Collector for Passive Checks -# Copyright (c)2009 Alexander Barton, alex@barton.de +# Copyright (c)2009-2010 Alexander Barton, alex@barton.de +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# Please read the file COPYING, README and AUTHORS for more information. # NAME=`basename "$0"` @@ -29,8 +35,10 @@ function refreshTestScripts() # Update local test scripts Msg "Extracting scripts ..." mkdir -p /usr/local/lib/nagcollect - tar xzf "$tmp" -C /usr/local/lib/nagcollect --exclude "._*" --exclude "." ; r=$? + tar xzf "$tmp" -C /usr/local/lib/nagcollect -po \ + --exclude "._*" --exclude "." ; r=$? fi + chmod -R a+rX /usr/local/lib/nagcollect rm -f "$tmp" return $r }