your mail

john heasley heas at shrubbery.net
Fri Apr 2 09:06:15 UTC 2004


Fri, Apr 02, 2004 at 10:55:07AM +0200, Axel Otto:
> Index: configs/de-gustavsburg01-loop.rtrs.lear.com
> ===================================================================
> retrieving revision 1.139
> diff -u -4 -r1.139 de-gustavsburg01-loop.rtrs.lear.com
> @@ -84,8 +84,12 @@
>   !Slot CPU: part 73-3409-07, serial 16918033
>   !
>   !
>   config-register 0x2102
> + 
> + !
> + config-register 0x2102
> + !
>   version 12.2
>   service timestamps debug datetime msec localtime
>   service timestamps log datetime localtime
>   service password-encryption
> Index: configs/de-gustavsburg02-loop.rtrs.lear.com
> ===================================================================

oops, you'll also have to remove this:

        # skip consecutive comment lines to avoid oscillating extra comment
        # line on some access servers.  grrr.
        if (/^!/) {
            next if ($comment);
            ProcessHistory("","","",$_);
            $comment++;
            next;
        }
        $comment = 0;

or change that to 

        if (/^!\s*$/) {



More information about the Rancid-discuss mailing list