diff --git a/check_remote_oracle b/check_remote_oracle index b294e84..dcdb207 100755 --- a/check_remote_oracle +++ b/check_remote_oracle @@ -100,10 +100,6 @@ SET TIMING OFF" # And BACKUP_METHOD allowed: ${LIGHTGREEN}${KNOWNTYPE[*]}${RESET}\n" # # VERY INITIAL CHECKS -support() { - printf "%sSend email to nagios-users@lists.sourceforge.net if you have questions\nregarding use of this software. To submit patches or suggest improvements,\nsend email to nagiosplug-devel@lists.sourceforge.net.\nPlease include version information with all correspondence (when possible,\nuse output from the --version option of the plugin itself).\n" | sed -e 's/\n/ /g' -} - print_revision() { echo "$1 v$2 (nagios-plugins 2.0)" printf "%sThe nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n" | sed -e 's/\n/ /g'