summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>1999-08-10 19:39:12 +0000
committerTar Committer <tar@ocjtech.us>1999-08-10 19:39:12 +0000
commit42de2e53682c49b050f19fdbaaf68451ba487303 (patch)
tree6f2499c6283dda9e6ab8f75342906284e7ff50fd /README
parent82d9e178146555c8bd72b1da39eeb0cf057783df (diff)
downloadrancid-42de2e53682c49b050f19fdbaaf68451ba487303.tar.gz
rancid-42de2e53682c49b050f19fdbaaf68451ba487303.tar.xz
rancid-42de2e53682c49b050f19fdbaaf68451ba487303.zip
Imported from rancid-1.2.tar.gz.rancid-1.2
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
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 <basedir>
- All rancid crud will be under this directory.
+ All rancid crud will be under this directory. we chose /home/rancid.
2) mkdir <basedir>/bin
-3) Put the contents of rancid in <basedir>/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 <basedir>/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 <basedir>/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 <GROUP>). eg:
# run config differ hourly
- 1 * * * * $HOME/bin/do-diffs
+ 1 * * * * <BASEDIR>/bin/do-diffs
# clean out hourly differ logs
- 50 23 * * * /usr/bin/find $BASEDIR/logs -mtime +2 -exec rm {} \;
+ 50 23 * * * /usr/bin/find <BASEDIR>/logs -mtime +2 -exec rm {} \;
13) Send me any bugs, suggestions or updates (rancid@shrubbery.net).