summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rancid.conf.sample.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rancid.conf.sample.in b/etc/rancid.conf.sample.in
index d97e9c0..d8b2b1c 100644
--- a/etc/rancid.conf.sample.in
+++ b/etc/rancid.conf.sample.in
@@ -25,9 +25,9 @@ CVSROOT=$BASEDIR/CVS; export CVSROOT
# Location of log files produced by rancid-run(1).
LOGDIR=$BASEDIR/logs; export LOGDIR
#
-# Select which RCS system to use, "cvs" (default) or "svn". Do not change
-# this after CVSROOT has been created with rancid-cvs. Changing between these
-# requires manual conversions.
+# Select which RCS system to use, "cvs" (default), "svn" or "git". Do
+# not change this after CVSROOT has been created with rancid-cvs.
+# Changing between these requires manual conversions.
RCSSYS=@RCSSYS@; export RCSSYS
#
# if ACLSORT is NO, access-lists will NOT be sorted.