summaryrefslogtreecommitdiffstats
path: root/bin/env.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/env.in')
-rw-r--r--bin/env.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/bin/env.in b/bin/env.in
index 08c2213..ccfa9be 100644
--- a/bin/env.in
+++ b/bin/env.in
@@ -1,5 +1,5 @@
#
-# This file setups up the environment used for rancid
+# This file setups up the environment used for rancid. see env(5)
#
# This will be site specific
#
@@ -7,8 +7,8 @@ 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.
+# of routers (LIST_OF_GROUPS). 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.
#
@@ -28,12 +28,11 @@ CVSROOT=$BASEDIR/CVS; export CVSROOT
# can not be reached.
OLDTIME=4; export OLDTIME
#
+# list of rancid groups
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.
+# in sendmail's /etc/aliases.
# rancid-group: joe,moe@foo
# rancid-group-admin: hostmaster
# be sure to read ../README regarding aliases.