[PATCH] get periodic.conf to use the correct ports INDEX

Niclas Zeising lothrandil at n00b.apagnu.se
Sat Aug 26 15:04:28 UTC 2006


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
-- 
-------------- next part --------------
--- 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


More information about the freebsd-hackers mailing list