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

Diff for /src/usr.bin/newsyslog/newsyslog.c between version 1.87 and 1.88

version 1.87, 2010/03/20 15:15:45 version 1.88, 2010/07/24 00:54:46
Line 407 
Line 407 
         else if (noaction)          else if (noaction)
                 (void)printf("kill -%s %ld\n", sys_signame[signal], (long)pid);                  (void)printf("kill -%s %ld\n", sys_signame[signal], (long)pid);
         else if (kill(pid, signal))          else if (kill(pid, signal))
                 warnx("warning - could not send SIG%s to daemon",                  warnx("warning - could not send SIG%s to PID from pid file %s",
                     sys_signame[signal]);                      sys_signame[signal], pidfile);
 }  }
   
 void  void

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88