Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2006 17:04:19 +0200
From:      Niclas Zeising <lothrandil@n00b.apagnu.se>
To:        freebsd-hackers@freebsd.org
Subject:   [PATCH] get periodic.conf to use the correct ports INDEX
Message-ID:  <44F062F3.6020603@n00b.apagnu.se>

next in thread | raw e-mail | index | archive | help
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44F062F3.6020603>