From 381d322caf5928732f3d478d80e70acfccd67f99 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Sun, 14 Mar 2004 17:00:09 +0000 Subject: Imported from rancid-2.3.tar.gz. --- FAQ | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'FAQ') diff --git a/FAQ b/FAQ index 210700e..2bea477 100644 --- a/FAQ +++ b/FAQ @@ -144,6 +144,13 @@ A. As far as I know, CVS does not provide a way to remove directories. First, % cd % rm -rf fubar CVS/fubar +Q. I need a web interface to the rancid CVS repository, for the CVS unsavvy. +A. cvsweb works with rancid. Other similar software may as well. + http://www.freebsd.org/projects/cvsweb.html + cvsweb.conf: + @CVSrepositories = ( + 'rancid' => ['RANCID CVS, '/full_path_to_the_RANCID_CVS'], + where the path will be /CVS. 3) General @@ -189,8 +196,8 @@ Q. Are there any characters in the banner that rancid has problems with OR A. The trickiest part about clogin (et al) is recognizing the prompt correctly. clogin looks for '>' and '#' to figure out if it is logged in or in enable mode. So if you have a '>' or '#' in your login banner - (other other motd), then clogin gets all confused and will not be - able to log in correctly, and thus rancid will fail. + (or other motd), then clogin gets all confused and will not be able to log + in correctly, and thus rancid will fail. Don't use '>' or '#' in your prompt or in your banner or other motd. -- cgit