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
This commit is contained in:
Karl DeBisschop 2002-10-28 13:05:08 +00:00
parent cfd3d920dd
commit a7fed9440f
8 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -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

View file

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

View file

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

View file

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