Index: CVSROOT/cvs-log.pl =================================================================== diff -u -rece10f47a868f518bffa4b903c386baf9d8e05d7 -rebd0fe8d4ddec7bb4f5a945dfc8c90b62187d139 --- CVSROOT/cvs-log.pl (.../cvs-log.pl) (revision ece10f47a868f518bffa4b903c386baf9d8e05d7) +++ CVSROOT/cvs-log.pl (.../cvs-log.pl) (revision ebd0fe8d4ddec7bb4f5a945dfc8c90b62187d139) @@ -26,7 +26,7 @@ my $login; my @files; my $logfile; -my $viewcvs = "http://lamscvs.melcoe.mq.edu.au/cgi-bin/viewcvs.cgi/"; +my $viewcvs = "http://lamscvs.melcoe.mq.edu.au/cgi-bin/viewcvs.cgi"; sub print_usage() { @@ -115,8 +115,8 @@ my $file; if ($viewcvs) { - if (fileno LOG) { print LOG "web diffs:\n"; } - if (fileno MAIL) { print MAIL "web diffs:\n"; } + if (fileno LOG) { print LOG "\nWeb Diffs:\n"; } + if (fileno MAIL) { print MAIL "\nWeb Diffs:\n"; } foreach $file (@files) { next if ($file eq "Imported" || $file eq "sources" || $file eq "-" || $file eq "New" || $file eq "directory");