From owner-freebsd-questions@FreeBSD.ORG Wed Jan 17 20:55:24 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 95AAC16A4E6 for ; Wed, 17 Jan 2007 20:55:24 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 601F913C448 for ; Wed, 17 Jan 2007 20:55:16 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so154ana for ; Wed, 17 Jan 2007 12:55:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pShXULV5K+QL39iSCRl7it68gaxJ1BW9BTaZYqqtl5N20kvic2icuKi0+J4M3bixlDS55h1rhrUptwTpt3HvnV0g7q6EL7KVN8bT22ZhUoMGZctD2ko+FSj632ZFlrpDn4Rnt5Ye28HeAEUTDj3Yi/ud1YTuiPa2NLmMB7AZosM= Received: by 10.78.164.13 with SMTP id m13mr5000769hue.1169067313869; Wed, 17 Jan 2007 12:55:13 -0800 (PST) Received: by 10.78.164.20 with HTTP; Wed, 17 Jan 2007 12:55:13 -0800 (PST) Message-ID: Date: Wed, 17 Jan 2007 23:55:13 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: Agus In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 92fdd447b61b0650 Cc: freebsd-questions 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 20:55:24 -0000 On 1/17/07, 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.. # echo 'syslogd_flags="-ss"' >> /etc/rc.conf # /etc/rc.d/syslogd restart