Discussion:
[rancid] Patch for arancid - ignore extra lines which change every rancid-run
Tom Duijf
2009-05-14 09:41:50 UTC
Permalink
Hi all,

This is a small patch to fix a problem in arancid when using it for
alteons in reduntant mode.

Every rancid run 1 field changes, resulting in at least 1 (useless)
change per run.
---------------------------------8<-------------------------------------------
/c/sys/access/user
/* usrpw <removed>
- opw "89fdbea188f5aaa0a2b4f7e24b450952240c165c9d0c656f115b3bce4f3f7571"
+ opw "8c9f1d09081d08088496f6e2cbadabfa976ac365cae485f988b181638001451e"
/* admpw <removed>
---------------------------------8<-------------------------------------------

This patch does not remove 'opw' it just adds it to the 'remove
password option' regexp.
At least this way arancid 'shuts up' regarding the 'opw' stuff.

Kindly include this patch (as is or completely ignoring 'opw') in
future releases.

Kind regards,
Tom Duijf
john heasley
2009-05-15 17:36:19 UTC
Permalink
Post by Tom Duijf
Hi all,
This is a small patch to fix a problem in arancid when using it for
alteons in reduntant mode.
Every rancid run 1 field changes, resulting in at least 1 (useless)
change per run.
---------------------------------8<-------------------------------------------
/c/sys/access/user
/* usrpw <removed>
- opw "89fdbea188f5aaa0a2b4f7e24b450952240c165c9d0c656f115b3bce4f3f7571"
+ opw "8c9f1d09081d08088496f6e2cbadabfa976ac365cae485f988b181638001451e"
/* admpw <removed>
---------------------------------8<-------------------------------------------
This patch does not remove 'opw' it just adds it to the 'remove
password option' regexp.
At least this way arancid 'shuts up' regarding the 'opw' stuff.
Kindly include this patch (as is or completely ignoring 'opw') in
future releases.
I think that you intended this patch in reverse. right?
Tom Duijf
2009-05-22 15:13:59 UTC
Permalink
Hmm now that you mention it, yeah.
seems i diffed in the wrong order, sorry about that :)
Post by john heasley
Post by Tom Duijf
Hi all,
This is a small patch to fix a problem in arancid when using it for
alteons in reduntant mode.
Every rancid run 1 field changes, resulting in at least 1 (useless)
change per run.
---------------------------------8<-------------------------------------------
/c/sys/access/user
/* usrpw <removed>
- opw "89fdbea188f5aaa0a2b4f7e24b450952240c165c9d0c656f115b3bce4f3f7571"
+ opw "8c9f1d09081d08088496f6e2cbadabfa976ac365cae485f988b181638001451e"
/* admpw <removed>
---------------------------------8<-------------------------------------------
This patch does not remove 'opw' it just adds it to the 'remove
password option' regexp.
At least this way arancid 'shuts up' regarding the 'opw' stuff.
Kindly include this patch (as is or completely ignoring 'opw') in
future releases.
I think that you intended this patch in reverse. right?
Loading...