svn commit: r196442 - head/etc/defaults

Ken Smith kensmith at FreeBSD.org
Sun Aug 23 06:30:15 UTC 2009


Author: kensmith
Date: Sun Aug 23 06:30:14 2009
New Revision: 196442
URL: http://svn.freebsd.org/changeset/base/196442

Log:
  Update name of INDEX file as part of 8.0 -> 9.0 transition.

Modified:
  head/etc/defaults/periodic.conf

Modified: head/etc/defaults/periodic.conf
==============================================================================
--- head/etc/defaults/periodic.conf	Sun Aug 23 06:22:31 2009	(r196441)
+++ head/etc/defaults/periodic.conf	Sun Aug 23 06:30:14 2009	(r196442)
@@ -224,7 +224,7 @@ weekly_noid_dirs="/"					# Look here
 # 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-8			# Use this index file
+pkg_version_index=/usr/ports/INDEX-9			# Use this index file
 
 # 999.local
 weekly_local="/etc/weekly.local"			# Local scripts


More information about the svn-src-all mailing list