From 555956dc3b5ba74eb27a1d0e813c92b2a8805b26 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 29 Mar 2007 23:44:21 -0500 Subject: config file comments and autoconf --- configure.in | 2 ++ etc/rancid.conf.sample.in | 6 +++--- 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. -- cgit