From owner-freebsd-questions@FreeBSD.ORG Wed Jan 17 21:09:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A981C16A407 for ; Wed, 17 Jan 2007 21:09:38 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8859C13C461 for ; Wed, 17 Jan 2007 21:09:38 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l0HL9cOn014477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 17 Jan 2007 13:09:38 -0800 X-Auth-Received: from [128.208.7.63] (pinocchio.dyn.cs.washington.edu [128.208.7.63]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l0HL9bvn021631 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 17 Jan 2007 13:09:37 -0800 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <11996109-8F46-41E0-ACBD-B13DBB7CA8D6@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Wed, 17 Jan 2007 13:09:37 -0800 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.2) X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.1.17.125433 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: Disable syslogd 514.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 21:09:38 -0000 On Jan 17, 2007, at 12:33 PM, Agus wrote: > Hi.... > doing a netstat -an i see that syslog is listening in UDP port > 514.....i am > trying to disable it, but no luck.... > i checked the rc.conf but there is nothing there.....what do u > recommend? to > disable it or to leave it? > I do not use the machine as a remote syslog server so i cant see the > use.....but who knows.. > > thanxsss Check the syslog.conf manpage. -Garrett