From 052da2c94ad2ca52d26e50f3cfe963398be9f0a2 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 5 Feb 2008 13:58:18 -0500 Subject: [PATCH] Match (re)build_symlnks as well. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_postgres.pl b/check_postgres.pl index 2c0a33c29..bb9837769 100755 --- 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}) { -- 2.39.5