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>2007-03-29 23:44:21 -0500
commitc763ca365aa889b2c3a3a4dd347d96398bd4e293 (patch)
tree0f99f3b299fb939522fb73d568ba9e0665f52f4c
parent2d9a6ae9d581c98174a9e022fc202c5c3cec2962 (diff)
downloadrancid-c763ca365aa889b2c3a3a4dd347d96398bd4e293.tar.gz
rancid-c763ca365aa889b2c3a3a4dd347d96398bd4e293.tar.xz
rancid-c763ca365aa889b2c3a3a4dd347d96398bd4e293.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 4636e94..42062a9 100644
--- a/configure.in
+++ b/configure.in
@@ -299,6 +299,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 42d876a..efc2f26 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 NOPIPE is set, temp files will be used instead of a cmd pipe during