Code

remove pspace in shebang since no sequent users replied
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Mon, 28 Oct 2002 13:05:08 +0000 (13:05 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Mon, 28 Oct 2002 13:05:08 +0000 (13:05 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@162 f882894a-f735-0410-b71e-b25c423dba1c

plugins-scripts/check_breeze.pl
plugins-scripts/check_disk_smb.pl
plugins-scripts/check_flexlm.pl
plugins-scripts/check_log.sh
plugins-scripts/check_ntp.pl
plugins-scripts/check_rpc.pl
plugins-scripts/check_sensors.sh
plugins-scripts/check_wave.pl

index c7728b8d211c6e1d4c8b1388dfd409193a51f6e6..68cdbe8cb99bc18af7d18f25051ee3c1b7165f42 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -wT
+#!/usr/bin/perl -wT
 
 
 use strict;
index 7430dd106b16e7cc846ac82ab60b7c62976dadb5..8c275c8ce25f95409d3cd7fb0674204812e66ce2 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 #
 #
 # check_disk.pl <host> <share> <user> <pass> [warn] [critical] [port]
index 0f7ab6e8ea67b8e0360e2953a1c2413e568d8d97..dccb6fe1c75b7a0484d8a820a4518ae67a9ef5de 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 #
 # usage: 
 #    check_flexlm.pl license_file
index 0f221565e342d4e5c5d9fb17ad89c028ba5f7eb6..355bd01e3251318d0605b59331ea932169a596fc 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 #
 # Log file pattern detector plugin for Nagios
 # Written by Ethan Galstad (nagios@nagios.org)
index dce515ef243dd2c50604c7cabe5a9b4658150f22..331f85564caaeb1414f2f3c2dff6242229f33183 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # (c)1999 Ian Cass, Knowledge Matters Ltd.
 # Read the GNU copyright stuff for all the legalese
index 063f2df0846fa6630f334446034bf98ac27eb175..655028ce2adba90698dc78ee4e65d440eeab3863 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#!/usr/local/bin/perl -w
 #
 # check_rpc plugin for nagios
 #
index 011aa70906871e3a34e3f9a8f90f072f6c0ba925..7e1d3333b7d2fe3187075b2644a0d115612aeadc 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
 
index a6b3d2de131a9711b005df7cd2e3ebc449993931..fe2170179164ecac68458ce49c273ae9fc8afd83 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -wT
+#!/usr/bin/perl -wT
 #
 # $Id$