Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
I think that this patch will fix the missing slots. Please confirm.


Index: jerancid.in
===================================================================
RCS file: /home/rancid/.CVS/rancid/bin/jerancid.in,v
retrieving revision 1.47
diff -d -u -r1.47 jerancid.in
--- jerancid.in 4 Mar 2009 19:11:55 -0000 1.47
+++ jerancid.in 15 May 2009 20:15:53 -0000
@@ -193,7 +193,7 @@
}
/^(--.*) --+$/ && $slots &&
ProcessHistory("COMMENTS","keysort","B2", "! $1\n") && next;
- if (/^(\d+ +\S+ +(\S+).*) \S+$/ && $slots) {
+ if (/^(\d+\s+\S+\s+(\S+).*) \S+$/ && $slots) {
my($line) = $1;
if ($2 != /--+/) {
ProcessHistory("COMMENTS","keysort","B3", "! $line\n");

Loading...