=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- src/usr.bin/newsyslog/newsyslog.c 1999/11/11 22:24:14 1.30 +++ src/usr.bin/newsyslog/newsyslog.c 2000/06/10 02:49:41 1.31 @@ -1,4 +1,4 @@ -/* $OpenBSD: newsyslog.c,v 1.30 1999/11/11 22:24:14 millert Exp $ */ +/* $OpenBSD: newsyslog.c,v 1.31 2000/06/10 02:49:41 millert Exp $ */ /* * Copyright (c) 1999 Todd C. Miller @@ -88,7 +88,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.30 1999/11/11 22:24:14 millert Exp $"; +static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.31 2000/06/10 02:49:41 millert Exp $"; #endif /* not lint */ #ifndef CONF @@ -229,6 +229,7 @@ pl->file = q->pidfile; pl->signal = q->signal; } + pl++; } } q = q->next;