From owner-freebsd-questions Tue Dec 7 8:17:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 1169514C9F for ; Tue, 7 Dec 1999 08:17:19 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mail.owp.csus.edu [130.86.232.247]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id IAA71392; Tue, 7 Dec 1999 08:16:27 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Message-ID: <384D32D8.33AC957E@owp.csus.edu> Date: Tue, 07 Dec 1999 16:16:24 +0000 From: Joseph Scott X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Rafael A. Reta Rodriguez" Cc: "questions@FreeBSD.ORG" Subject: Re: syslog References: <384C6706.BBF10B53@icave.com.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Rafael A. Reta Rodriguez" wrote: > > I'm want to send the squid log to /var/log/squid instead of > /var/log/messages so I added to /etc/syslog.conf the following line: > > squid.* /var/log/squid > > and killed -1 the process (even rebooted) but nothing happened > > Where am I wrong? > > Thanks in advance > Does /var/log/squid exist? syslog will not create the file. So do something like : # touch /var/log/squid # kill -HUP -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message