aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rancid3
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/rancid3')
-rw-r--r--net-mgmt/rancid3/files/cmw.pm.in4
-rw-r--r--net-mgmt/rancid3/files/cmwlogin.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/rancid3/files/cmw.pm.in b/net-mgmt/rancid3/files/cmw.pm.in
index fac13cb975ce..8b31cca189b2 100644
--- a/net-mgmt/rancid3/files/cmw.pm.in
+++ b/net-mgmt/rancid3/files/cmw.pm.in
@@ -2,7 +2,7 @@ package cmw;
##
## $Id: cmw.pm.in 3000 2015-01-06 18:47:49Z heas $
##
-## rancid 3.1.99
+## rancid @VERSION@
## Copyright (c) 1997-2015 by Terrapin Communications, Inc.
## All rights reserved.
##
@@ -53,7 +53,7 @@ no warnings 'uninitialized';
require(Exporter);
our @ISA = qw(Exporter);
-use rancid 3.1.99;
+use rancid @VERSION@;
our $login;
diff --git a/net-mgmt/rancid3/files/cmwlogin.in b/net-mgmt/rancid3/files/cmwlogin.in
index b54e9c54a5db..833016943c8f 100644
--- a/net-mgmt/rancid3/files/cmwlogin.in
+++ b/net-mgmt/rancid3/files/cmwlogin.in
@@ -2,7 +2,7 @@
##
## $Id: cmwlogin 3022 2015-01-13 20:00:00Z heas $
##
-## rancid 3.1.99
+## rancid @VERSION@
## Copyright (c) 1997-2015 by Terrapin Communications, Inc.
## All rights reserved.
##
@@ -140,7 +140,7 @@ for {set i 0} {$i < $argc} {incr i} {
set do_passwd 0
# Version string
} -V* {
- send_user "rancid 3.1.99\n"
+ send_user "rancid @VERSION@\n"
exit 0
# Enable Username
} -w* {