From owner-cvs-usrsbin Tue May 6 16:12:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA12275 for cvs-usrsbin-outgoing; Tue, 6 May 1997 16:12:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA12205; Tue, 6 May 1997 16:11:55 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA26204; Tue, 6 May 1997 16:11:08 -0700 (PDT) Date: Tue, 6 May 1997 16:11:08 -0700 (PDT) Message-Id: <199705062311.QAA26204@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/05/06 16:11:07 Modified: usr.sbin/newsyslog newsyslog.8 newsyslog.c Log: Allow a '-' flag as a placeholder so that path_to_pid_file can be specified without the flags field. Fix bogus "trail" left in parse routine where the code jumps past the end of the line and wanders into oblivion. Revision Changes Path 1.7 +6 -2 src/usr.sbin/newsyslog/newsyslog.8 1.13 +41 -12 src/usr.sbin/newsyslog/newsyslog.c