From owner-freebsd-bugs Sat Oct 5 16:20: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FC6037B401 for ; Sat, 5 Oct 2002 16:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDD543E42 for ; Sat, 5 Oct 2002 16:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g95NK4Co057582 for ; Sat, 5 Oct 2002 16:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g95NK4wv057575; Sat, 5 Oct 2002 16:20:04 -0700 (PDT) Date: Sat, 5 Oct 2002 16:20:04 -0700 (PDT) Message-Id: <200210052320.g95NK4wv057575@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andy Farkas Subject: Re: bin/43594: syslog.conf with #! in start prevents other rules from running Reply-To: Andy Farkas Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/43594; it has been noted by GNATS. From: Andy Farkas To: Tuc Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/43594: syslog.conf with #! in start prevents other rules from running Date: Sun, 6 Oct 2002 09:14:19 +1000 (EST) On Wed, 2 Oct 2002, Tuc wrote: > Now do : > > #!startslip > #*.* /var/log/slip.log > #!ppp > #*.* /var/log/ppp.log > *.* /var/log/spool > *.* /var/log/spool2 > > HUP syslog. Now it won't log to the files. man syslog.conf says: "A program specification is a line beginning with `#!prog'" So, you are telling syslog to log all output from ppp to /var/log/spool and /var/log/spool2. -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message