[BACK]Return to cvsweb.cgi CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/cvsweb.cgi between version 1.18 and 1.19

version 1.18, 1998/05/08 10:14:10 version 1.19, 1998/05/17 15:41:28
Line 174  if (-d $fullname) {
Line 174  if (-d $fullname) {
             if ($_ eq '.') {              if ($_ eq '.') {
                 next;                  next;
             }              }
             next if $_ eq '#cvs.lock';              # ignore CVS lock and stale NFS files
               next if /^#cvs\.|^,|^\.nfs/;
   
             if (s|^Attic/||) {              if (s|^Attic/||) {
                 $attic = " (in the Attic)";                  $attic = " (in the Attic)";

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb