From 1a7c45398738cdb4eaafdc9e0962272f19d54816 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Tue, 5 Dec 2006 16:52:12 +0000 Subject: Imported from rancid-2.3.2a6.tar.gz. --- bin/zrancid.in | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'bin/zrancid.in') diff --git a/bin/zrancid.in b/bin/zrancid.in index 8607425..c8a926f 100755 --- a/bin/zrancid.in +++ b/bin/zrancid.in @@ -1,7 +1,8 @@ #! @PERLV_PATH@ ## -## $Id: zrancid.in,v 1.13 2006/05/28 16:38:53 heas Exp $ +## $Id: zrancid.in,v 1.14 2006/10/05 04:27:44 heas Exp $ ## +## @PACKAGE@ @VERSION@ ## Copyright (C) 1997-2006 by Terrapin Communications, Inc. ## All rights reserved. ## @@ -23,10 +24,14 @@ # # RANCID - Really Awesome New Cisco confIg Differ # -# usage: rancid [-d] [-l] [-f filename | hostname] +# usage: rancid [-dV] [-l] [-f filename | hostname] # use Getopt::Std; -getopts('dfl'); +getopts('dflV'); +if ($opt_V) { + print "@PACKAGE@ @VERSION@\n"; + exit(0); +} $log = $opt_l; $debug = $opt_d; $file = $opt_f; -- cgit