summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2007-03-29 23:44:21 -0500
committerJeffrey C. Ollie <jcollie@lt26923.campus.dmacc.edu>2009-09-01 08:41:02 -0500
commitda73909584cd37adfdb63877becb62b7de019730 (patch)
tree1ede90a5bb7d20cf8e759bf84438e4e4f9caa52b
parentc8555f01ba8ed569682e9d1c0651ee31ada5ca74 (diff)
downloadrancid-da73909584cd37adfdb63877becb62b7de019730.tar.gz
rancid-da73909584cd37adfdb63877becb62b7de019730.tar.xz
rancid-da73909584cd37adfdb63877becb62b7de019730.zip
config file comments and autoconf
-rw-r--r--configure.in2
-rw-r--r--etc/rancid.conf.sample.in6
2 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 2156e59..797bee7 100644
--- a/configure.in
+++ b/configure.in
@@ -317,6 +317,8 @@ else
AC_PATH_PROG(SVN,svn,no)
ENV_PATH="$ENV_PATH:`dirname $ac_cv_path_SVN`"
fi
+AC_PATH_PROG(GIT,git,no)
+ENV_PATH="$ENV_PATH:`dirname $ac_cv_path_GIT`"
AC_PATH_PROG(COMM,comm,no)
ENV_PATH="$ENV_PATH:`dirname $ac_cv_path_COMM`"
AC_PATH_PROG(FIND,find,no)
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.