From mboxrd@z Thu Jan 1 00:00:00 1970 From: openbsd shen Subject: I don't want the LOG be writed to /var/log/messages Date: Tue, 7 Feb 2006 13:27:57 +0800 Message-ID: <6ff3e7140602062127u58c56046u@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter I write a line in /etc/syslog.conf: kern.=3Dinfo /var/log/iptables Now the log of iptables write to /var/log/iptables, but I found that the log still write in /var/log/messages, now I have 2 copies of the log, how can I stop the write to /var/log/messages, and only write to /var/log/iptables? Thanks.