From 42de2e53682c49b050f19fdbaaf68451ba487303 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Tue, 10 Aug 1999 19:39:12 +0000 Subject: Imported from rancid-1.2.tar.gz. --- README | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 6cf53a0..efaeefd 100644 --- a/README +++ b/README @@ -34,14 +34,15 @@ tcl - required by expect Quick Installation Guide (an example): 1) mkdir - All rancid crud will be under this directory. + All rancid crud will be under this directory. we chose /home/rancid. 2) mkdir /bin -3) Put the contents of rancid in /bin. modify the location of - perl and expect in each of clogin, par, rancid, and rename if necessary. +3) Put the contents of rancid/bin in /bin. modify the location of + perl and expect in each of clogin, par, rancid, rancid-fe, jlogin, + jrancid and rename if necessary. -4) Modify env. +4) Modify /bin/env. 5) Put .cloginrc in your home directory. @@ -80,13 +81,13 @@ Quick Installation Guide (an example): is either up or down. Each router listed as "up" will have the configuration grabbed. -12) Put run-me/do-diffs in cron to be called however ofter you want it to run +12) Put run-me/do-diffs in cron to be called however often you want it to run for each group (run-me ). eg: # run config differ hourly - 1 * * * * $HOME/bin/do-diffs + 1 * * * * /bin/do-diffs # clean out hourly differ logs - 50 23 * * * /usr/bin/find $BASEDIR/logs -mtime +2 -exec rm {} \; + 50 23 * * * /usr/bin/find /logs -mtime +2 -exec rm {} \; 13) Send me any bugs, suggestions or updates (rancid@shrubbery.net). -- cgit