=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 4.27 retrieving revision 4.28 diff -u -p -r4.27 -r4.28 --- cvsweb/cvsweb.cgi 2019/11/26 12:09:02 4.27 +++ cvsweb/cvsweb.cgi 2019/11/26 12:14:38 4.28 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: cvsweb.cgi,v 4.27 2019/11/26 12:09:02 schwarze Exp $ +# $Id: cvsweb.cgi,v 4.28 2019/11/26 12:14:38 schwarze Exp $ # $knu: cvsweb.cgi,v 1.299 2010/11/13 16:37:18 simon # # cvsweb - a CGI interface to CVS trees. @@ -2424,7 +2424,7 @@ sub getDirLogs($$@) if ($linesread == 0) { fatal('500 Internal Error', - 'Failed to spawn GNU rlog on "%s".

Did you set the @command_path in your configuration file correctly? (Currently: "%s")', + 'Failed to spawn rlog on "%s".

Did you set the @command_path in your configuration file correctly? (Currently: "%s")', htmlquote(join(', ', @files)), join(':', @command_path)); }