summaryrefslogtreecommitdiffstats
path: root/bin/env
blob: 14ae8a1050a315b8eed1818a34cfcc01b8e79567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# 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.
#
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
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
#
umask 007