=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.87 retrieving revision 1.88 diff -c -r1.87 -r1.88 *** src/usr.bin/newsyslog/newsyslog.c 2010/03/20 15:15:45 1.87 --- src/usr.bin/newsyslog/newsyslog.c 2010/07/24 00:54:46 1.88 *************** *** 1,4 **** ! /* $OpenBSD: newsyslog.c,v 1.87 2010/03/20 15:15:45 schwarze Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: newsyslog.c,v 1.88 2010/07/24 00:54:46 nicm Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Todd C. Miller *************** *** 407,414 **** else if (noaction) (void)printf("kill -%s %ld\n", sys_signame[signal], (long)pid); else if (kill(pid, signal)) ! warnx("warning - could not send SIG%s to daemon", ! sys_signame[signal]); } void --- 407,414 ---- else if (noaction) (void)printf("kill -%s %ld\n", sys_signame[signal], (long)pid); else if (kill(pid, signal)) ! warnx("warning - could not send SIG%s to PID from pid file %s", ! sys_signame[signal], pidfile); } void