Hi

Perhaps it is not related, but there is a syntax error in the script nrancid shipped with 2.3.1-4 :

/var/lib/rancid/bin# perl -c nrancid
Missing right curly or square bracket at nrancid line 302, at end of line
syntax error at nrancid line 302, at EOF
nrancid had compilation errors.

this is due to a missing '}' at line 200, after the instruction 'next' :

if (/^set admin user (\S+) password (\S+) privilege (\S+)$/ &&
                                                       $filter_pwds >= 1) {
           ProcessHistory("ADMIN","","",
               "!set admin user $1 password <removed> privilege $3\n");
           next;
       }
       ProcessHistory("","","","$_");
   }

I have found this bug should have been corrected in 2.3.1-1 (see bug #250254), but is still present in the current version.






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to