=================================================================== RCS file: /cvs/nagios/check_openbgpd/check_openbgpd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nagios/check_openbgpd/check_openbgpd 2015/03/25 03:19:28 1.7 +++ nagios/check_openbgpd/check_openbgpd 2015/03/25 03:20:06 1.8 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# $RedRiver: check_openbgpd,v 1.4 2009/11/19 21:22:01 andrew Exp $ +# $AFresh1$ ######################################################################## # check_openbgpd *** A nagios check for OpenBSD bgpd # @@ -265,7 +265,7 @@ my $opt = shift @argv; given ($opt) { when ( '-V' || '--version' ) { - print_revision( $PROGNAME, '$Revision: 1.7 $ ' ); + print_revision( $PROGNAME, '$Revision: 1.8 $ ' ); exit $ERRORS{'OK'} } when (/^-?-h(?:elp)?/xms) { print_help(); exit $ERRORS{'OK'} } @@ -369,7 +369,7 @@ EOL - print_revision( $PROGNAME, '$Revision: 1.7 $' ); + print_revision( $PROGNAME, '$Revision: 1.8 $' ); print $LICENSE;