[BACK]Return to cvs.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/cvs.c between version 1.141 and 1.142

version 1.141, 2008/01/28 21:32:00 version 1.142, 2008/02/02 19:32:28
Line 270 
Line 270 
                             current_cvsroot->cr_dir);                              current_cvsroot->cr_dir);
         }          }
   
         if (cvs_cmdop != CVS_OP_INIT)          if (cvs_cmdop != CVS_OP_INIT) {
                 cvs_parse_configfile();                  cvs_parse_configfile();
                   cvs_parse_modules();
           }
   
         umask(cvs_umask);          umask(cvs_umask);
   

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142