summaryrefslogtreecommitdiffstats
path: root/bin/env
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2000-11-19 22:01:05 +0000
committerTar Committer <tar@ocjtech.us>2000-11-19 22:01:05 +0000
commit1651adc35224e149715bd85af4ba108c5ee184bc (patch)
treef83b6af44ffb10f2c042b822b2f3469582a129ca /bin/env
parent3861ba4cf180eb01fd98a16f4502702ab217e56f (diff)
downloadrancid-1651adc35224e149715bd85af4ba108c5ee184bc.tar.gz
rancid-1651adc35224e149715bd85af4ba108c5ee184bc.tar.xz
rancid-1651adc35224e149715bd85af4ba108c5ee184bc.zip
Imported from rancid-2.0.tar.gz.rancid-2.0
Diffstat (limited to 'bin/env')
-rw-r--r--bin/env41
1 files changed, 0 insertions, 41 deletions
diff --git a/bin/env b/bin/env
deleted file mode 100644
index 7a18204..0000000
--- a/bin/env
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# This file setups up the environment used for rancid
-#
-# This will be site specific
-#
-TERM=network;export TERM
-#
-# Under $BASEDIR, there will be a bin directory for the rancid programs,
-# 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.
-#
-TMPDIR=/tmp; export TMPDIR
-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
-#
-# if NOCOMMSTR is set, snmp community strings will be stripped from the configs
-#NOCOMMSTR=YES; export NOCOMMSTR
-#
-# How many hours to go by before complaining about routers that
-# can not be reached.
-OLDTIME=4; export OLDTIME
-#
-LIST_OF_GROUPS="sl joebobisp"
-#
-# 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