diff options
author | Greg Sabino Mullane | 2011-02-09 18:11:25 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-02-09 18:11:25 +0000 |
commit | 828b595cf19a7458371a0680087fb448335ba728 (patch) | |
tree | 1bb76fb40bb5bf1eacc05812672a2ff8a4e7483e /check_postgres.pl | |
parent | 4dbdd7489849caf4492c4cf0d18efcf6e0d69cc7 (diff) |
Clean up sub name.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |