Parcourir la source

remove pspace in shebang since no sequent users replied

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@162 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop il y a 23 ans
Parent
commit
a7fed9440f

+ 1 - 1
plugins-scripts/check_breeze.pl

@@ -1,4 +1,4 @@
-#! /usr/bin/perl -wT
+#!/usr/bin/perl -wT
 
 
 
 
 use strict;
 use strict;

+ 1 - 1
plugins-scripts/check_disk_smb.pl

@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 #
 #
 #
 #
 # check_disk.pl <host> <share> <user> <pass> [warn] [critical] [port]
 # check_disk.pl <host> <share> <user> <pass> [warn] [critical] [port]

+ 1 - 1
plugins-scripts/check_flexlm.pl

@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 #
 #
 # usage: 
 # usage: 
 #    check_flexlm.pl license_file
 #    check_flexlm.pl license_file

+ 1 - 1
plugins-scripts/check_log.sh

@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 #
 #
 # Log file pattern detector plugin for Nagios
 # Log file pattern detector plugin for Nagios
 # Written by Ethan Galstad (nagios@nagios.org)
 # Written by Ethan Galstad (nagios@nagios.org)

+ 1 - 1
plugins-scripts/check_ntp.pl

@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 
 # (c)1999 Ian Cass, Knowledge Matters Ltd.
 # (c)1999 Ian Cass, Knowledge Matters Ltd.
 # Read the GNU copyright stuff for all the legalese
 # Read the GNU copyright stuff for all the legalese

+ 1 - 1
plugins-scripts/check_rpc.pl

@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#!/usr/local/bin/perl -w
 #
 #
 # check_rpc plugin for nagios
 # check_rpc plugin for nagios
 #
 #

+ 1 - 1
plugins-scripts/check_sensors.sh

@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 
 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
 
 

+ 1 - 1
plugins-scripts/check_wave.pl

@@ -1,4 +1,4 @@
-#! /usr/bin/perl -wT
+#!/usr/bin/perl -wT
 #
 #
 # $Id$
 # $Id$