summaryrefslogtreecommitdiffstats
path: root/bin/env
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2000-02-03 17:55:28 +0000
committerTar Committer <tar@ocjtech.us>2000-02-03 17:55:28 +0000
commitb24aa5051db5d4bf9757efe7df06cb1892898382 (patch)
tree9cdcee7bb6f7780d08f94997af4f8232b5bd0417 /bin/env
parent42de2e53682c49b050f19fdbaaf68451ba487303 (diff)
downloadrancid-b24aa5051db5d4bf9757efe7df06cb1892898382.tar.gz
rancid-b24aa5051db5d4bf9757efe7df06cb1892898382.tar.xz
rancid-b24aa5051db5d4bf9757efe7df06cb1892898382.zip
Imported from rancid-1.4.tar.gz.rancid-1.4
Diffstat (limited to 'bin/env')
-rw-r--r--bin/env14
1 files changed, 13 insertions, 1 deletions
diff --git a/bin/env b/bin/env
index 14ae8a1..236ceca 100644
--- a/bin/env
+++ b/bin/env
@@ -9,13 +9,25 @@ TERM=network;export TERM
# a log directory for the logs from rancid and a directory for each group
# of routers. In addition to these directories, there will be the CVS
# repositories as well.
+# use a full path (no sym-links) for BASEDIR. some versions of CVS seemingly
+# don't take kindly to sym-links.
#
BASEDIR=$HOME/rancid; export BASEDIR
PATH=$BASEDIR/bin:/usr/local/bin:/usr/ucb:/usr/bin:/bin:/usr/lib:/usr/sbin;export PATH
CVSROOT=$BASEDIR/CVS; export CVSROOT
+#
+# if NOPIPE is set, temp files will be used instead of a cmd pipe during
+# collection from the router(s).
+#NOPIPE=YES; export NOPIPE
+#
LIST_OF_GROUPS="sl joebobisp"
-# For each group, define a list of people to receive the diffs
+#
+# For each group, define a list of people to receive the diffs.
# in a .mailrc file in the following format:
# alias rancid-$GROUP hank@rem.com pwhiting@sprint.net
+# or sendmail's /etc/aliases.
+# rancid-group: joe,moe@foo
+# rancid-group-admin: hostmaster
+# be sure to read ../README regarding aliases.
#
umask 007