Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg.conf.5: Add missing quotes in example
Bryan Drewery committed 12 years ago
commit a5e746c0b91e0ac34856fd37d2f58f735619a3ca
parent 2595eea
1 file changed +3 -3
modified pkg/pkg.conf.5
@@ -15,7 +15,7 @@
.\"     @(#)pkg.1
.\" $FreeBSD$
.\"
-
.Dd November 29, 2013
+
.Dd December 2, 2013
.Dt PKG.CONF 5
.Os
.Sh NAME
@@ -293,11 +293,11 @@ file.
Repository configuration file:
.Bd -literal -offset indent
FreeBSD: {
-
    url: "pkg+http://pkg.freebsd.org/${ABI}/latest,
+
    url: "pkg+http://pkg.freebsd.org/${ABI}/latest",
    enabled: true,
    signature_type: "fingerprints",
    fingerprints: "/usr/share/keys/pkg",
-
    mirror_type: "srv
+
    mirror_type: "srv"
}
.Ed
Example for pkg.conf