From a505626101e262be2cd5a8c74c44d3616c299519 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Wed, 23 Aug 2000 20:13:31 +0000 Subject: Imported from rancid-1.5.tar.gz. --- bin/env | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/env') diff --git a/bin/env b/bin/env index 236ceca..85aa309 100644 --- a/bin/env +++ b/bin/env @@ -12,6 +12,7 @@ TERM=network;export TERM # 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 @@ -20,6 +21,10 @@ CVSROOT=$BASEDIR/CVS; export CVSROOT # collection from the router(s). #NOPIPE=YES; export NOPIPE # +# 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. -- cgit