From: Greg Sabino Mullane Date: Tue, 5 Feb 2008 18:58:18 +0000 (-0500) Subject: Match (re)build_symlnks as well. X-Git-Tag: 2.9.0~382 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=052da2c94ad2ca52d26e50f3cfe963398be9f0a2;p=check_postgres.git Match (re)build_symlnks as well. --- 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}) {