commit
c20b37e022
@ -23,7 +23,7 @@ alternative groups registered previously, the previous package is set as default
|
||||
.Bl -tag -width -x
|
||||
.It Fl C, Fl -config Ar dir
|
||||
Specifies a path to the XBPS configuration directory.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl d, Fl -debug
|
||||
Enables extra debugging shown to stderr.
|
||||
|
@ -26,7 +26,7 @@ argument sets extra packages to process with the outdated ones (only processed i
|
||||
.Bl -tag -width -x
|
||||
.It Fl C, Fl -config Ar dir
|
||||
Specifies a path to the XBPS configuration directory.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl D, Fl -distdir Ar dir
|
||||
Specifies a full path to the void-packages repository. By default set to
|
||||
|
@ -58,7 +58,7 @@ The first repository matching the package expression wins.
|
||||
.Bl -tag -width -x
|
||||
.It Fl C, Fl -config Ar dir
|
||||
Specifies a path to the XBPS configuration directory.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl c, Fl -graph-config Ar file
|
||||
Specifies a path to the graph configuration file, to modify the settings
|
||||
|
@ -62,11 +62,11 @@ if no package is depending on it directly.
|
||||
.No See Fl -mode Sy auto No in Xr xbps-pkgdb 1 .
|
||||
.It Fl C, Fl -config Ar dir
|
||||
Specifies a path to the XBPS configuration directory.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl c, Fl -cachedir Ar dir
|
||||
Specifies a path to the cache directory, where binary packages are stored.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl d, Fl -debug
|
||||
Enables extra debugging shown to stderr.
|
||||
|
@ -41,7 +41,7 @@ Updates the pkgdb format to the latest version.
|
||||
Process all registered packages, regardless of its state.
|
||||
.It Fl C, Fl -config Ar dir
|
||||
Specifies a path to the XBPS configuration directory.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl d, Fl -debug
|
||||
Enables extra debugging shown to stderr.
|
||||
|
@ -55,11 +55,11 @@ The first repository matching the package expression wins.
|
||||
.Bl -tag -width -x
|
||||
.It Fl C, Fl -config Ar dir
|
||||
Specifies a path to the XBPS configuration directory.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl c, Fl -cachedir Ar dir
|
||||
Specifies a path to the cache directory, where binary packages are stored.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl d, Fl -debug
|
||||
Enables extra debugging shown to stderr.
|
||||
|
@ -37,7 +37,7 @@ option is specified.
|
||||
Configures all packages.
|
||||
.It Fl C, Fl -config Ar dir
|
||||
Specifies a path to the XBPS configuration directory.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl d, Fl -debug
|
||||
Enables extra debugging shown to stderr.
|
||||
|
@ -60,11 +60,11 @@ Package is unregistered from package database.
|
||||
.Bl -tag -width -x
|
||||
.It Fl C, Fl -config Ar dir
|
||||
Specifies a path to the XBPS configuration directory.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl c, Fl -cachedir Ar dir
|
||||
Specifies a path to the cache directory, where binary packages are stored.
|
||||
If the first character is not '\/' then it's a relative path of
|
||||
If the first character is not '/' then it's a relative path of
|
||||
.Ar rootdir .
|
||||
.It Fl d, Fl -debug
|
||||
Enables extra debugging shown to stderr.
|
||||
|
@ -54,7 +54,7 @@ This will be applied to dependencies as well.
|
||||
.It Sy cachedir=path
|
||||
Sets the default cache directory to store downloaded binary packages from
|
||||
remote repositories, as well as its signatures.
|
||||
If path starts with '\/' it's an absolute path, otherwise it will be relative to
|
||||
If path starts with '/' it's an absolute path, otherwise it will be relative to
|
||||
.Ar rootdir .
|
||||
.It Sy include=path/file.conf
|
||||
Imports settings from the specified configuration file.
|
||||
|
Loading…
Reference in New Issue
Block a user