* cvsweb: remove misleading references to GNU
@ 2019-11-26 12:15 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-11-26 12:15 UTC (permalink / raw)
To: source
Log Message:
-----------
remove misleading references to GNU
Modified Files:
--------------
cvsweb:
INSTALL
NEWS
cvsweb.cgi
cvsweb.conf
Revision Data
-------------
Index: INSTALL
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/INSTALL,v
retrieving revision 4.8
retrieving revision 4.9
diff -LINSTALL -LINSTALL -u -p -r4.8 -r4.9
--- INSTALL
+++ INSTALL
@@ -29,8 +29,8 @@ of this document.
version of cvs is 1.11 or newer. Older cvs versions may work with
more or less quirks, YMMV.
- Currently, you'll also need to have the GNU RCS utilities 'rlog',
- 'rcsdiff' installed (current version is 5.7).
+ Currently, you'll also need to have the RCS utilities rlog(1) and
+ rcsdiff(1) installed.
This may change if cvs will be able to serve these functions without
having a working directory [see TODO].
Index: cvsweb.cgi
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/cvsweb.cgi,v
retrieving revision 4.27
retrieving revision 4.28
diff -Lcvsweb.cgi -Lcvsweb.cgi -u -p -r4.27 -r4.28
--- cvsweb.cgi
+++ cvsweb.cgi
@@ -2424,7 +2424,7 @@ sub getDirLogs($$@)
if ($linesread == 0) {
fatal('500 Internal Error',
- 'Failed to spawn GNU rlog on <em>"%s"</em>.<br /><br />Did you set the <b><code>@command_path</code></b> in your configuration file correctly? (Currently: "<code>%s</code>")',
+ 'Failed to spawn rlog on <em>"%s"</em>.<br /><br />Did you set the <b><code>@command_path</code></b> in your configuration file correctly? (Currently: "<code>%s</code>")',
htmlquote(join(', ', @files)), join(':', @command_path));
}
Index: NEWS
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/NEWS,v
retrieving revision 4.2
retrieving revision 4.3
diff -LNEWS -LNEWS -u -p -r4.2 -r4.3
--- NEWS
+++ NEWS
@@ -57,7 +57,6 @@ Changes in 2.9.3 (beta), released 2004-0
* Fix tarball/zip creation from non-toplevel dirs (was broken since 2.9.1).
* Support 80 character line lengths in side by side diffs.
* Improved control over line wrapping in the directory view.
-* Separate GNU Enscript language file for diffs.
* Better browser compatiblity in client side graph image maps.
* Don't turn off tag, diff etc linking in markup view.
@@ -68,16 +67,12 @@ Changes in 2.9.2 (beta), released 2004-0
* Support for read-only repository access mode also for cvs >= 1.12.1.
* Fix checkouts from paths where the top level dir starts with a dot.
* Improved hidden/forbidden file/dir functionality.
-* The minimum supported version of GNU Enscript is actually 1.6.3, and
- for mod_perl 2, >= 1.99_11 is strongly recommended although it does run
- to some extent with 1.99_08.
Changes in 2.9.1 (beta) (after 2.0.6), released 2003-10-05:
* Much improved HTML quality, XHTML 1.0 Transitional, use of external CSS.
* Visual and accessibility improvements.
* Graphical revision views using CvsGraph (>= 1.4.0).
-* Source and diff syntax highlighting using GNU Enscript (>= 1.6.2).
* mod_perl 2 support (>= 1.99_08).
* Ability to handle directories with *lots* of files.
* Case insensitive sorting option for directories.
Index: cvsweb.conf
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/cvsweb.conf,v
retrieving revision 4.15
retrieving revision 4.16
diff -Lcvsweb.conf -Lcvsweb.conf -u -p -r4.15 -r4.16
--- cvsweb.conf
+++ cvsweb.conf
@@ -409,7 +409,7 @@ $show_log_in_markup = 1;
$use_moddate = 1;
# Maximum number of filenames to pass to rlog(1) in one command.
-# If you see "Failed to spawn GNU rlog" errors with directories containing
+# If you see "Failed to spawn rlog" errors with directories containing
# lots of files, experiment by setting this to different values and see if
# the error still occurs. A good value to start from would be eg. 200.
# Just comment this out if you're not bitten by the problem.
--
To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-26 12:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 12:15 cvsweb: remove misleading references to GNU schwarze
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).