[rancid] Several suggestions about rancid-3.2.p7
Tetsuo Handa
penguin-kernel at I-love.SAKURA.ne.jp
Fri Jun 5 11:45:38 UTC 2015
heasley wrote:
> > (3) I noticed that bin/control_rancid.in forgot to exclude .cvsignore
> > file in the
> >
> > # delete configs from RCS for routers not listed in routers.up.
>
> ...
>
> I update 3.2p6 a few days ago for this. thanks
I expect that you do not tamper released files, or there will be confusion
between those who downloaded old version of file and those who downloaded
new version of file.
>
> > (4) Usually, PATH environment variable should not contain "."
> > (current directory).
>
> I presume that it inheritted this from your environment or whomever ran
> configure.
>
Unfortunately, the "." comes from the configure script when "dirname no" is
executed due to nonexistent program. I think you can remove "." at the later
ENV_PATH=`echo $ENV_PATH | $PERLV_PATH -e ...
line of the configure script.
----------
test -z "$ac_cv_path_CVS" && ac_cv_path_CVS="no"
;;
esac
fi
CVS=$ac_cv_path_CVS
if test -n "$CVS"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CVS" >&5
$as_echo "$CVS" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
ENV_PATH="$ENV_PATH:`dirname $ac_cv_path_CVS`"
----------
----------
+ test -z ''
+ ac_cv_path_CVS=no
+ CVS=no
+ test -n no
+ printf '%s\n' 'configure:5475: result: no'
+ printf '%s\n' no
no
++ dirname no
+ ENV_PATH=/usr/bin:/usr/bin:/usr/sbin:/usr/bin:/usr/bin:.
----------
More information about the Rancid-discuss
mailing list