From owner-freebsd-questions@FreeBSD.ORG Fri Sep 15 19:51:05 2006 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 9567816A5F6 for ; Fri, 15 Sep 2006 19:51:05 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A99B43D7D for ; Fri, 15 Sep 2006 19:51:00 +0000 (GMT) (envelope-from don.munyak@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so1134336wri for ; Fri, 15 Sep 2006 12:50:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SBydFeuRwPxJJeqqtuHKYHuouiW1wcadPpcNx2ej9/S/YfEbxMGRNmCrVl7+JbiZDgBejEsVsSo6Pxyi2VmyHqgey+jqoJgfYLPGdgFA2mHNfbbzFGOcWngSZf6nfJ3TGUc5uLXJSur0+tr9L32FobvG/gBTbt6p65mpUlWIaJ0= Received: by 10.90.28.12 with SMTP id b12mr4052964agb; Fri, 15 Sep 2006 12:50:59 -0700 (PDT) Received: by 10.90.29.13 with HTTP; Fri, 15 Sep 2006 12:50:59 -0700 (PDT) Message-ID: <6207f7d90609151250y101a494bp4838e838cb41b35a@mail.gmail.com> Date: Fri, 15 Sep 2006 15:50:59 -0400 From: "Don Munyak" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: rebuild any statically linked ports 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: Fri, 15 Sep 2006 19:51:05 -0000 I am following the instructions for keeping my freebsd system upto date from http://www.taosecurity.com/keeping_...up-to-date.html After running, # freebsd-update fetch # /usr/local/sbin/freebsd-update install A message states" Don't forget to rebuild any statically linked ports to use the updated libraries after you install them." what does this mean and how do I complish rebuilding statically linked ports? Thanks