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:
6d0cbb1
)
Match (re)build_symlnks as well.
author
Greg Sabino Mullane
<
[email protected]
>
Tue, 5 Feb 2008 18:58:18 +0000
(13:58 -0500)
committer
Greg Sabino Mullane
<
[email protected]
>
Tue, 5 Feb 2008 18:58:18 +0000
(13:58 -0500)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index 2c0a33c29e69ee4674c83ee7788dab6ef7d77cc9..bb98377694e3103dac34390371121f4b2f867eda 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-197,7
+197,7
@@
Or simply visit: http://bucardo.org/nagios_postgres/
$action =~ /\w/ or die $USAGE;
## Build symlinked copies of this file
-build_symlinks() if $action =~ /
^
build_symlinks/; ## Does not return, may be 'build_symlinks_force'
+build_symlinks() if $action =~ /build_symlinks/; ## Does not return, may be 'build_symlinks_force'
## Die if Time::HiRes is needed but not found
if ($opt{showtime}) {