summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2007-03-29 23:44:21 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-02-13 14:50:29 -0600
commit555956dc3b5ba74eb27a1d0e813c92b2a8805b26 (patch)
tree161c414644cec5356fada481843d4cf20069e1f4
parentb472bc65895fc0877ce7857b969149039b33fe55 (diff)
downloadrancid-555956dc3b5ba74eb27a1d0e813c92b2a8805b26.tar.gz
rancid-555956dc3b5ba74eb27a1d0e813c92b2a8805b26.tar.xz
rancid-555956dc3b5ba74eb27a1d0e813c92b2a8805b26.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 a3962a6..4df9fc5 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.