projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd4cc2
)
Switch to using env perl instead of a direct perl call.
author
Greg Sabino Mullane
<
[email protected]
>
Thu, 20 May 2010 13:11:09 +0000
(09:11 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Thu, 20 May 2010 13:11:09 +0000
(09:11 -0400)
Move the emacs stuff to another line
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index 089ff12abaef739b82af3fa018932eb1857498a8..8bb4aced24f0f89df1a25f0ba751e8bd661cd5d2 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-1,4
+1,5
@@
-#!/usr/bin/perl -- -*-mode:cperl; indent-tabs-mode: nil-*-
+#!/usr/bin/env perl
+# -*-mode:cperl; indent-tabs-mode: nil-*-
## Perform many different checks against Postgres databases.
## Designed primarily as a Nagios script.