summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2004-03-14 17:00:09 +0000
committerTar Committer <tar@ocjtech.us>2004-03-14 17:00:09 +0000
commit381d322caf5928732f3d478d80e70acfccd67f99 (patch)
treed52aa26f9698cd869eca3f09661bfc05a7008a28 /FAQ
parent989312339ea2e16579803a48700628c5469e327a (diff)
downloadrancid-381d322caf5928732f3d478d80e70acfccd67f99.tar.gz
rancid-381d322caf5928732f3d478d80e70acfccd67f99.tar.xz
rancid-381d322caf5928732f3d478d80e70acfccd67f99.zip
Imported from rancid-2.3.tar.gz.rancid-2.3
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ11
1 files changed, 9 insertions, 2 deletions
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 <LOCALSTATEDIR>
% 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 <LOCALSTATEDIR>/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.