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/nlogin.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/nlogin.in') diff --git a/bin/nlogin.in b/bin/nlogin.in index 4b04a15..153d0ba 100644 --- a/bin/nlogin.in +++ b/bin/nlogin.in @@ -1,7 +1,8 @@ #! @EXPECT_PATH@ -- ## -## $Id: nlogin.in,v 1.30 2006/08/10 07:00:31 heas Exp $ +## $Id: nlogin.in,v 1.32 2006/12/05 16:50:52 heas Exp $ ## +## @PACKAGE@ @VERSION@ ## Copyright (C) 1997-2006 by Terrapin Communications, Inc. ## All rights reserved. ## @@ -67,6 +68,9 @@ if {[ info exists env(CISCO_USER) ]} { } regexp {\(([^)]*)} "$reason" junk default_user } +if {[ info exists env(CLOGINRC) ]} { + set password_file $env(CLOGINRC) +} # Sometimes firewall take awhile to answer (the default is 10 sec) set timeout 45 -- cgit