X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=blobdiff_plain;f=contrib%2Fsetup-osx.sh;fp=contrib%2Fsetup-osx.sh;h=0000000000000000000000000000000000000000;hp=9e8bcc653d5564de7749d18e2b34ff5329f66eb3;hb=1be554a628ff49b1ef62911b5c2eeff2c0468f5d;hpb=10329e9eaf11d1c359716bcdee705e265cbfc979 diff --git a/contrib/setup-osx.sh b/contrib/setup-osx.sh deleted file mode 100755 index 9e8bcc6..0000000 --- a/contrib/setup-osx.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# NagCollect -- Nagios Data Collector for Passive Checks -# Copyright (c)2009,2011 Alexander Barton, alex@barton.de -# -logger -t "setup-osx.sh" -s "starting ..." -[ -r /Library/LaunchDaemons/de.barton.nagcollect ] \ - && launchctl unload -w /Library/LaunchDaemons/de.barton.nagcollect -rm -f /Library/LaunchDaemons/de.barton.nagcollect -[ -r /Library/LaunchDaemons/de.barton.nagcollect.plist ] \ - && launchctl unload -w /Library/LaunchDaemons/de.barton.nagcollect.plist -rm -f /Library/LaunchDaemons/de.barton.nagcollect.plist -logger -t "setup-osx.sh" -s "done."