From owner-freebsd-questions@FreeBSD.ORG Thu Jun 23 16:46:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6392C16A41C for ; Thu, 23 Jun 2005 16:46:52 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA3243D1D for ; Thu, 23 Jun 2005 16:46:52 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6CDFB5D41; Thu, 23 Jun 2005 12:46:51 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33381-09; Thu, 23 Jun 2005 12:46:50 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-69-22.ny325.east.verizon.net [68.161.69.22]) by pi.codefab.com (Postfix) with ESMTP id 7D6EE5C54; Thu, 23 Jun 2005 12:46:50 -0400 (EDT) Message-ID: <42BAE77C.60104@mac.com> Date: Thu, 23 Jun 2005 12:46:52 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sadashiv Kulthe References: <20050623115232.CF08A16A420@hub.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: syslog is missing?, was: Re: freebsd-questions Digest, Vol 100, Issue 15 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: Thu, 23 Jun 2005 16:46:52 -0000 Sadashiv Kulthe wrote: > I come to know that My system do not have "Syslog" daemon or command. > Now I want to install port or package will give me syslog command. > > Please suggest me, how can I find specific port name, which will give > me desired command on my system. Perhaps you're looking for /usr/bin/logger? FreeBSD comes with syslog as part of the base system. If you update your system via a buildworld/buildkernel cycle, you will end up installing syslogd, logger, and friends if they are actually missing. -- -Chuck PS: You gain +1 karma for not quoting the entire digest. :-)