From: Greg Sabino Mullane Date: Wed, 9 Feb 2011 18:11:25 +0000 (-0500) Subject: Clean up sub name. X-Git-Tag: 2.18.0~86 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=828b595cf19a7458371a0680087fb448335ba728;p=check_postgres.git Clean up sub name. --- diff --git a/check_postgres.pl b/check_postgres.pl index 70a6edee4..d8f4773f3 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1562,7 +1562,7 @@ check_new_version_pg() if $action eq 'new_version_pg'; check_new_version_bc() if $action eq 'new_version_bc'; ## Check for new versions of boxinfo -check_new_version_boxinfo() if $action eq 'new_version_box'; +check_new_version_box() if $action eq 'new_version_box'; ## Check for new versions of tail_n_mail check_new_version_tnm() if $action eq 'new_version_tnm'; @@ -4586,7 +4586,7 @@ sub check_new_version_bc { } ## end of check_new_version_bc -sub check_new_version_boxinfo { +sub check_new_version_box { ## Check if a newer version of boxinfo is available @@ -4595,7 +4595,7 @@ sub check_new_version_boxinfo { return; -} ## end of check_new_version_bc +} ## end of check_new_version_box sub check_new_version_cp {