[rancid] Re: Issues with f5rancid
Anthony Tonns
atonns at promotions.com
Wed Jun 24 15:19:09 UTC 2009
> If anyone has any ideas I'm all ears at this point, I'm about to
re-write
> f5rancid if I can't figure this out.
I noticed the same problem. I just "tweaked" the f5rancid script to get
around it.
Tony
---8<---
$ diff -u f5rancid.orig f5rancid
--- f5rancid.orig 2008-12-12 12:30:01.000000000 -0500
+++ f5rancid 2008-12-12 12:59:49.000000000 -0500
@@ -545,8 +545,8 @@
{'bigpipe base list' => 'ShowBaseRun'},
{'bigpipe db show' => 'ShowDb'},
{'bigpipe route static show' => 'ShowRouteStatic'},
- {'ls --full-time --color=never /config/ssl/ssl.crt' =>
'ShowSslCrt'},
- {'ls --full-time --color=never /config/ssl/ssl.key' =>
'ShowSslKey'},
+# {'/bin/ls --full-time --color=never /config/ssl/ssl.crt'
=> 'ShowSslCrt'},
+# {'/bin/ls --full-time --color=never /config/ssl/ssl.key'
=> 'ShowSslKey'},
{'bigpipe list' => 'WriteTerm'}
);
# Use an array to preserve the order of the commands and a hash for
mapping
More information about the Rancid-discuss
mailing list