David Brown f4ed246
--- a/etc/rancid.conf.sample.in	2014-05-19 13:52:44.000000000 -0700
David Brown f4ed246
+++ b/etc/rancid.conf.sample.in	2014-10-06 20:39:30.935776609 -0700
David Brown f4ed246
@@ -31,8 +31,8 @@
giesen fa64e65
 TMPDIR=/tmp; export TMPDIR
273c5c2
 # Be careful changing this, it affects CVSROOT below.  It should be a FQPN, not
273c5c2
 # relative.
giesen fa64e65
-BASEDIR=@localstatedir@; export BASEDIR
David Brown f4ed246
-PATH=@bindir@:@ENV_PATH@; export PATH
David Brown 6b0c555
+BASEDIR=/var/rancid; export BASEDIR
David Brown f4ed246
+PATH=@bindir@:/usr/sbin:@ENV_PATH@; export PATH
David Brown f4ed246
 #
David Brown f4ed246
 # Set to the name of the sendmail executable (or script) that will accept the
David Brown f4ed246
 # -t option to take its rcpt and other headers from std-in and $MAILOPTS (see
David Brown f4ed246
@@ -49,7 +49,7 @@
273c5c2
 #     commands can run, e.g. by running rancid-cvs after installation.
giesen fa64e65
 CVSROOT=$BASEDIR/CVS; export CVSROOT
giesen fa64e65
 # Location of log files produced by rancid-run(1).
giesen fa64e65
-LOGDIR=$BASEDIR/logs; export LOGDIR
giesen fa64e65
+LOGDIR=/var/log/rancid; export LOGDIR
giesen fa64e65
 #
giesen fa64e65
 # Select which RCS system to use, "cvs" (default) or "svn".  Do not change
giesen fa64e65
 # this after CVSROOT has been created with rancid-cvs.  Changing between these