From owner-freebsd-bugs Wed Oct 2 10:30: 9 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 804F037B401 for ; Wed, 2 Oct 2002 10:30:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF17443E65 for ; Wed, 2 Oct 2002 10:30: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 g92HU4Co013918 for ; Wed, 2 Oct 2002 10:30: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 g92HU4EQ013917; Wed, 2 Oct 2002 10:30:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D17937B401 for ; Wed, 2 Oct 2002 10:27:05 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E237B43E6A for ; Wed, 2 Oct 2002 10:27:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g92HR47R051216 for ; Wed, 2 Oct 2002 10:27:04 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g92HR4WV051215; Wed, 2 Oct 2002 10:27:04 -0700 (PDT) Message-Id: <200210021727.g92HR4WV051215@www.freebsd.org> Date: Wed, 2 Oct 2002 10:27:04 -0700 (PDT) From: Tuc To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/43594: syslog.conf with #! in start prevents other rules from running 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 >Number: 43594 >Category: bin >Synopsis: syslog.conf with #! in start prevents other rules from running >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 02 10:30:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tuc >Release: 4.6 >Organization: TTSG Internet Services, Inc. >Environment: FreeBSD himinbjorg.ttsg.com 4.6-RC FreeBSD 4.6-RC #4: Thu Aug 8 10:56:19 EDT 2002 root@himinbjorg.ttsg.com:/usr/src/sys/compile/HIMINBJORG i386 >Description: When we put an entry in /etc/syslog.conf, after commenting the rest of it out, syslog won't log to those new entries >How-To-Repeat: Add : #!startslip #*.* /var/log/slip.log #!ppp #*.* /var/log/ppp.log To /etc/syslog.conf, and notice it won't do anything. Now do : *.* /var/log/spool *.* /var/log/spool2 #!startslip #*.* /var/log/slip.log #!ppp #*.* /var/log/ppp.log HUP syslog, and it'll log to the files. 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. >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message