From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 26 15:04:28 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC62A16A4DF for ; Sat, 26 Aug 2006 15:04:28 +0000 (UTC) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 548E244B46 for ; Sat, 26 Aug 2006 15:04:27 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [81.229.124.17] (81.229.124.17) by pne-smtpout1-sn1.fre.skanova.net (7.2.075) id 44EDA0BC0007D88F for freebsd-hackers@freebsd.org; Sat, 26 Aug 2006 17:04:27 +0200 Message-ID: <44F062F3.6020603@n00b.apagnu.se> Date: Sat, 26 Aug 2006 17:04:19 +0200 From: Niclas Zeising User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: multipart/mixed; boundary="------------070502030201050309070703" Subject: [PATCH] get periodic.conf to use the correct ports INDEX X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 15:04:28 -0000 This is a multi-part message in MIME format. --------------070502030201050309070703 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The periodic.conf in 7-CURRENT is still set to use the INDEX-6 ports index file, instead of INDEX-7 which is the default on 7-CURRENT. This should, I think, be changed. I apologize if I've posted to the wrong mailing list. Patch to change /etc/defaults/periodic.conf attached. Regards! //Niclas -- --------------070502030201050309070703 Content-Type: text/plain; name="periodic.conf.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="periodic.conf.diff" --- periodic.conf.orig Sat Aug 26 15:54:20 2006 +++ periodic.conf Sat Aug 26 15:55:04 2006 @@ -217,7 +217,7 @@ # 400.status-pkg weekly_status_pkg_enable="NO" # Find out-of-date pkgs pkg_version=pkg_version # Use this program -pkg_version_index=/usr/ports/INDEX-6 # Use this index file +pkg_version_index=/usr/ports/INDEX-7 # Use this index file # 999.local weekly_local="/etc/weekly.local" # Local scripts --------------070502030201050309070703--