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

Diff for /src/usr.bin/rdist/rdist.c between version 1.10 and 1.11

version 1.10, 2001/12/29 21:31:55 version 1.11, 2001/12/29 23:16:10
Line 295 
Line 295 
                 fatalerr(                  fatalerr(
                  "The -n flag and \"verify\" mode may not both be used.");                   "The -n flag and \"verify\" mode may not both be used.");
   
         if (path_remsh == NULL)          if (path_remsh == NULL && (cp = getenv("RSH")) != NULL && *cp != '\0')
                 if ((cp = getenv("RSH")) != NULL && *cp != '\0')                  path_remsh = cp;
                         path_remsh = cp;  
   
         /*          /*
          * Don't fork children for nflag           * Don't fork children for nflag

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11