mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use proper capitalization for FreeBSD.org
Approved by: bapt MFC after: 2 days
This commit is contained in:
parent
5ca9b3ca8e
commit
cecc016791
2 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue