diff options
| author | Petter Reinholdtsen <pere@hungry.com> | 2010-02-03 11:33:57 +0000 | 
|---|---|---|
| committer | Petter Reinholdtsen <pere@hungry.com> | 2010-02-03 11:33:57 +0000 | 
| commit | cbfb34d9642674608d80e75269eb3c61084b240d (patch) | |
| tree | ca466677e7df16f310714ecfa4d905418c84105f /nagios-plugins/check_shutdown | |
| parent | e87510ff9906b2af8a35d903821fc11b11d0b99d (diff) | |
| download | sitesummary-cbfb34d9642674608d80e75269eb3c61084b240d.tar.gz sitesummary-cbfb34d9642674608d80e75269eb3c61084b240d.tar.bz2 sitesummary-cbfb34d9642674608d80e75269eb3c61084b240d.tar.xz | |
Port to Debian.
Diffstat (limited to 'nagios-plugins/check_shutdown')
| -rwxr-xr-x | nagios-plugins/check_shutdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/nagios-plugins/check_shutdown b/nagios-plugins/check_shutdown index 756e6fb..d0b6afe 100755 --- a/nagios-plugins/check_shutdown +++ b/nagios-plugins/check_shutdown @@ -5,7 +5,7 @@  set -e -PATH=/bin:/sbin:/usr/sbin:/usr/bin:/local/bin:/local/sbin +PATH=/bin:/sbin:/usr/sbin:/usr/bin  shutdownpid="`pgrep '^shutdown$'|head -1`" | 
