From owner-freebsd-questions@FreeBSD.ORG Sun Aug 21 07:38:35 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 0391016A41F for ; Sun, 21 Aug 2005 07:38:35 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A23243D5E for ; Sun, 21 Aug 2005 07:38:29 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so567862nzd for ; Sun, 21 Aug 2005 00:38:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nvqTIrcrRJGAWZExvddg0ElSodrxElH+vZhkZveiUw3sie0dKOeSUunGKS6UZphsPwJxq5LGQnRIRFGFdCHclaYuzvuUcrOVf1YuK8CQSazXTGLYBB3pUd7s3c6D5EOXg1Bdj6RriJAq6cL4OY2xBR81zvqu/eFi2s2f1ZcnPBg= Received: by 10.36.119.1 with SMTP id r1mr3342928nzc; Sun, 21 Aug 2005 00:38:28 -0700 (PDT) Received: by 10.36.48.17 with HTTP; Sun, 21 Aug 2005 00:38:28 -0700 (PDT) Message-ID: <810a540e05082100386a6346cb@mail.gmail.com> Date: Sun, 21 Aug 2005 07:38:28 +0000 From: Pat Maddox To: FreeBSD Questions In-Reply-To: <810a540e050821003234602c32@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <810a540e050821003234602c32@mail.gmail.com> Subject: Re: rkhunter gives warning for lsof 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: Sun, 21 Aug 2005 07:38:35 -0000 It never fails that when I work on something for an hour, and can't figure it out so I post to the list..I figure it out two minutes later. I thought lsof was part of the base system, turns out it's a port. (brain dead) On 8/21/05, Pat Maddox wrote: > I ran rkhunter and got this warning: > lsof: WARNING: compiled for FreeBSD release 5.4-RELEASE; this is 5.4-RELE= ASE-p6. >=20 > I'm guessing what it means is that when I upgraded the base system > that lsof wasn't rebuilt along with it? Is that going to cause a > problem at all? How do I rebuild it so that I don't get that warning > every time I run rkhunter? >