bin/164561: [patch] usr.sbin/pkg_install: update references to
INDEX-8 for CURRENT
Conrad J. Sabatier
conrads at cox.net
Sat Jan 28 03:50:05 UTC 2012
>Number: 164561
>Category: bin
>Synopsis: [patch] usr.sbin/pkg_install: update references to INDEX-8 for CURRENT
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 28 03:50:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Conrad J. Sabatier
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Thu Jan 26 09:38:49 CST 2012 root at serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64
>Description:
pkg_version(1) refers to INDEX-8, should be INDEX-10 in CURRENT
>How-To-Repeat:
N/A
>Fix:
patch below
--- pkg_install.diff begins here ---
Index: /usr/src/usr.sbin/pkg_install/version/pkg_version.1
===================================================================
RCS file: /home/ncvs/src/usr.sbin/pkg_install/version/pkg_version.1,v
retrieving revision 1.40
diff -u -r1.40 pkg_version.1
--- /usr/src/usr.sbin/pkg_install/version/pkg_version.1 30 May 2008 14:26:09 -0000 1.40
+++ /usr/src/usr.sbin/pkg_install/version/pkg_version.1 28 Jan 2012 03:30:24 -0000
@@ -72,7 +72,7 @@
.Nm
will search for the package in the ports collection index file
(typically
-.Pa /usr/ports/INDEX-8 ) .
+.Pa /usr/ports/INDEX-10 ) .
Any matching version number(s) there will be used to determine whether
the installed package is up-to-date or requires updating.
.Pp
@@ -205,12 +205,12 @@
If no
.Ar index
file is specified on the command line,
-.Pa /usr/ports/INDEX-8
+.Pa /usr/ports/INDEX-10
is used.
.El
.Sh FILES
-.Bl -tag -width /usr/ports/INDEX-8 -compact
-.It Pa /usr/ports/INDEX-8
+.Bl -tag -width /usr/ports/INDEX-10 -compact
+.It Pa /usr/ports/INDEX-10
Default index file.
.El
.Sh EXAMPLES
@@ -224,7 +224,7 @@
The command below generates a report against
the version numbers in the on-line ports collection:
.Pp
-.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-8
+.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-10
.Pp
The following command compares two package version strings:
.Pp
--- pkg_install.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list