8882b0215f
- Repository keys are now stored in a new directory on metadir (/var/db/xbps): <metadir>/key> - Repository keys are stored with the hex fingerprint of its RSA public key in a plist dictionary: <metadir>/keys/xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.plist - Drop xbps-rkeys(8) and merge its functionality into xbps-install(8) and xbps-query(8). - xbps-query(8) -vL now shows some more details of remote repositories: 3134 http://localhost:8000 (RSA signed, verified) Signed-by: Void Linux 4096 60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d 16 http://localhost:8000/nonfree (RSA signed, verified) Signed-by: Void Linux 4096 60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d Bump XBPS_API_VERSION.
76 lines
1.8 KiB
Groff
76 lines
1.8 KiB
Groff
.Dd October 12, 2013
|
|
.Os Void Linux
|
|
.Dt xbps-reconfigure 8
|
|
.Sh NAME
|
|
.Nm xbps-reconfigure
|
|
.Nd XBPS utility to configure installed packages
|
|
.Sh SYNOPSYS
|
|
.Nm xbps-reconfigure
|
|
.Op OPTIONS
|
|
.Op PKGNAME...
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
utility configures packages in target root directory. Configuration
|
|
involves two steps:
|
|
.Pp
|
|
.Sy *
|
|
Executes the
|
|
.Sy post-install
|
|
action on its
|
|
.Sy INSTALL
|
|
script.
|
|
.Pp
|
|
.Sy *
|
|
Changes package state to
|
|
.Sy XBPS_PKG_STATE_INSTALLED
|
|
if previous step ran successfully.
|
|
.Pp
|
|
Only packages that weren't configured previously will be processed,
|
|
unless the
|
|
.Ar -f
|
|
option is specified.
|
|
.Sh OPTIONS
|
|
.Bl -tag -width -x
|
|
.It Fl a, Fl -all
|
|
Configures all packages.
|
|
.It Fl C, Fl -config Ar file
|
|
Specifies a full path to the XBPS configuration file.
|
|
.It Fl d, Fl -debug
|
|
Enables extra debugging shown to stderr.
|
|
.It Fl f, Fl -force
|
|
Forcefully reconfigure package even if it was configured previously.
|
|
.It Fl h, Fl -help
|
|
Show the help usage.
|
|
.It Fl r, Fl -rootdir Ar dir
|
|
Specifies a full path for the target root directory.
|
|
.It Fl v, Fl -verbose
|
|
Enables verbose messages.
|
|
.It Fl V, Fl -version
|
|
Shows the XBPS version.
|
|
.Sh FILES
|
|
.Bl -tag -width /var/db/xbps/.<pkgname>.plist
|
|
.It Ar /etc/xbps/xbps.conf
|
|
Default configuration file.
|
|
.It Ar /var/db/xbps/.<pkgname>.plist
|
|
Package metadata properties.
|
|
.It Ar /var/db/xbps/pkgdb-0.21.plist
|
|
Default package database (0.21 format). Keeps track of installed packages and properties.
|
|
.It Ar /var/cache/xbps
|
|
Default cache directory to store downloaded binary packages.
|
|
.Sh SEE ALSO
|
|
.Xr xbps-create 8 ,
|
|
.Xr xbps-dgraph 8 ,
|
|
.Xr xbps-install 8 ,
|
|
.Xr xbps-pkgdb 8 ,
|
|
.Xr xbps-query 8 ,
|
|
.Xr xbps-remove 8 ,
|
|
.Xr xbps-rindex 8
|
|
.Sh AUTHORS
|
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
|
.Sh BUGS
|
|
Probably, but I try to make this not happen. Use it under your own
|
|
responsability and enjoy your life.
|
|
.Pp
|
|
Report bugs in https://github.com/xtraeme/xbps/issues
|