Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Clean pkg.conf.5
Baptiste Daroussin committed 13 years ago
commit 69960eb16f399534dc72666e187e67ef735ae633
parent c04f3b9
1 file changed +4 -4
modified pkg/pkg.conf.5
@@ -15,7 +15,7 @@
.\"     @(#)pkg.1
.\" $FreeBSD$
.\"
-
.Dd March 24, 2012
+
.Dd May 18, 2012
.Dt PKG.CONF 5
.Os
.Sh NAME
@@ -51,7 +51,7 @@ and
The following options can be defined in
.Nm :
.Bl -tag -width ".Cm ASSUME_ALWAYS_YES(boolean)"
-
.It Cm ASSUME_ALWAYS_YES(boolean)
+
.It Cm ASSUME_ALWAYS_YES: boolean
When this option is enabled
.Xr pkg 1
will automatically assume "yes" to all questions
@@ -60,12 +60,12 @@ the
.Fl y
flag was specified.
By default this option is disabled.
-
.It Cm PUBKEY(string)
+
.It Cm PUBKEY: string
Specifies the location to the public RSA key used for signing the
repository database.
The default value for this file is
.Fa /etc/ssl/pkg.conf
-
.It Cm HANDLE_RC_SCRIPTS(boolean)
+
.It Cm HANDLE_RC_SCRIPTS: boolean
This option when enabled
will automatically perform start/stop of services during package
installation and deinstallation.