Date: Thu, 7 Nov 2013 15:43:41 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r257797 - in stable/10: etc/pkg usr.sbin/pkg Message-ID: <201311071543.rA7Fhf66042055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071543.rA7Fhf66042055>