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

Diff for /src/usr.bin/rdistd/server.c between version 1.31 and 1.32

version 1.31, 2014/07/05 07:39:18 version 1.32, 2014/07/12 03:02:27
Line 1304 
Line 1304 
                 if (!fromhost) {                  if (!fromhost) {
                         fromhost = xstrdup(cp);                          fromhost = xstrdup(cp);
                         message(MT_SYSLOG, "startup for %s", fromhost);                          message(MT_SYSLOG, "startup for %s", fromhost);
 #if defined(SETARGS) || defined(HAVE_SETPROCTITLE)  
                         setproctitle("serving %s", cp);                          setproctitle("serving %s", cp);
 #endif /* SETARGS || HAVE_SETPROCTITLE */  
                 }                  }
                 break;                  break;
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32