svn commit: r257797 - in stable/10: etc/pkg usr.sbin/pkg
Bryan Drewery
bdrewery at FreeBSD.org
Thu Nov 7 15:43:43 UTC 2013
Author: bdrewery (ports committer)
Date: Thu Nov 7 15:43:41 2013
New Revision: 257797
URL: http://svnweb.freebsd.org/changeset/base/257797
Log:
MFC r257668:
Use proper capitalization for FreeBSD.org
Approved by: bapt
Approved by: re (gjb)
Modified:
stable/10/etc/pkg/FreeBSD.conf
stable/10/usr.sbin/pkg/pkg.7
Directory Properties:
stable/10/etc/ (props changed)
stable/10/usr.sbin/pkg/ (props changed)
Modified: stable/10/etc/pkg/FreeBSD.conf
==============================================================================
--- stable/10/etc/pkg/FreeBSD.conf Thu Nov 7 14:05:49 2013 (r257796)
+++ stable/10/etc/pkg/FreeBSD.conf Thu Nov 7 15:43:41 2013 (r257797)
@@ -1,6 +1,6 @@
# $FreeBSD$
FreeBSD: {
- url: "pkg+http://pkg.freebsd.org/${ABI}/latest",
+ url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
Modified: stable/10/usr.sbin/pkg/pkg.7
==============================================================================
--- stable/10/usr.sbin/pkg/pkg.7 Thu Nov 7 14:05:49 2013 (r257796)
+++ stable/10/usr.sbin/pkg/pkg.7 Thu Nov 7 15:43:41 2013 (r257797)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 1, 2013
+.Dd November 4, 2013
.Dt PKG 7
.Os
.Sh NAME
@@ -147,7 +147,7 @@ Global configuration can be stored in
.Pa /usr/local/etc/pkg.conf
in the following format:
.Bd -literal -offset indent
-PACKAGESITE: "pkg+http://pkg.freebsd.org/${ABI}/latest",
+PACKAGESITE: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
MIRROR_TYPE: "srv",
SIGNATURE_TYPE: "none",
FINGERPRINTS: "/usr/share/keys/pkg",
More information about the svn-src-all
mailing list