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

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

version 1.17, 1998/05/05 16:05:32 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;
             }              }
               # 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)";
             } else {              } else {

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

CVSweb