From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 30 16:56:52 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD82E1065677 for ; Tue, 30 Jun 2009 16:56:52 +0000 (UTC) (envelope-from rerowe@rerowe.com) Received: from nu.binary.net (nu.binary.net [216.229.0.6]) by mx1.freebsd.org (Postfix) with ESMTP id BFDD78FC13 for ; Tue, 30 Jun 2009 16:56:52 +0000 (UTC) (envelope-from rerowe@rerowe.com) Received: from [10.0.0.225] (xanadu-pub.binary.net [216.229.9.34]) by nu.binary.net (Postfix) with ESMTP id 931A76E35 for ; Tue, 30 Jun 2009 11:38:20 -0500 (CDT) Message-ID: <4A4A3F7B.8040208@rerowe.com> Date: Tue, 30 Jun 2009 11:38:19 -0500 From: Randy Rowe User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: portaudit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 16:56:53 -0000 Not sure what the issue is but backing out this change fixed my issue. My issue was that I got the error about the database being too old, reinstalling the old database. Noticed it because 3 of the servers I admin stopped doing the daily portaudit check, the only 3 I had updated portaudit on. This is the change I backed out and all is well again. --- ports/ports-mgmt/portaudit/files/portaudit-cmd.sh 2007/12/27 09:54:23 1.14 +++ ports/ports-mgmt/portaudit/files/portaudit-cmd.sh 2009/06/21 15:45:18 1.15 @@ -28,7 +28,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/ports-mgmt/portaudit/files/portaudit-cmd.sh,v 1.14 2007/12/27 09:54:23 simon Exp $ +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/ports-mgmt/portaudit/files/portaudit-cmd.sh,v 1.15 2009/06/21 15:45:18 simon Exp $ # portaudit_confs() @@ -39,7 +39,7 @@ portaudit_confs() : ${portaudit_fetch_env=""} : ${portaudit_fetch_cmd="fetch -1mp"} - : ${portaudit_sites="http://www.FreeBSD.org/ports/"} + : ${portaudit_sites="http://portaudit.FreeBSD.org/"} : ${portaudit_fixed=""}