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
[-- Attachment #1 --] 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 -- [-- Attachment #2 --] --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44F062F3.6020603>
