Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Better understandable pkg.conf explaination
Baptiste Daroussin committed 14 years ago
commit b648a26b61b034be25d3a3c015be85d47e1df190
parent 08a371c
1 file changed +11 -11
modified pkg/pkg.conf.5
@@ -69,39 +69,39 @@ installation and deinstallation. Services are started on installation only
if they are enabled in
.Fa /etc/rc.conf .
By default this option is disabled.
-
.It Cm PACKAGESITE(string)
+
.It Cm PACKAGESITE: string
Specifies the remote location to use
when fetching the database file and packages.
-
.It Cm PKG_CACHEDIR(string)
+
.It Cm PKG_CACHEDIR: string
Specifies the cache directory for packages. The default value
for this option is
.Fa /var/cache/pkg
-
.It Cm PKG_DBDIR(string)
+
.It Cm PKG_DBDIR: string
Specifies the directory to use for storing the package
database files. The default value for this option is
.Fa /var/db/pkg
-
.It Cm PKG_MULTIREPOS(boolean)
+
.It Cm PKG_MULTIREPOS: boolean
This option when enabled will tell
.Xr pkg 1
to work in multiple repositories mode. For example repositories
definitions, please have a look at the sample configuration file.
-
.It Cm PLIST_KEYWORS_DIR(string)
+
.It Cm PLIST_KEYWORS_DIR: string
< To be added >
-
.It Cm PORTSDIR(string)
+
.It Cm PORTSDIR: string
Specifies the location to the Ports directory. The default value
for this option is
.Fa /usr/ports
-
.It Cm SYSLOG(boolean)
+
.It Cm SYSLOG: boolean
This option is enabled by default, log all the
installation/deinstallation/upgrade operation via syslog(3)
-
.It Cm SHLIBS(boolean)
+
.It Cm SHLIBS: boolean
Analyse elf and track all shared libraries needed by the packages. default: off
-
.It Cm AUTODEPS(boolean)
+
.It Cm AUTODEPS: boolean
Analyse the elf to add dependencies (share libraries) that may have been
forgotten by the maintainer. default: off
-
.It Cm SIGNED_REPOS(boolean)
+
.It Cm SIGNED_REPOS: boolean
All the remote repositories should be signed. default: off
-
.It Cm ABI(string)
+
.It Cm ABI: string
the abi of the package you want to install, by default the /bin/sh abi is used
.El
.Sh ENVIRONMENT