xbps/bin
classabbyamp 79f29ed53e bin/xbps-pkgdb: use -errno values for error states
...when checking a package. This will give more relevant information
than before, removes a message that is misleading in many cases, and
allows for some minor simplification.

before:
```
$ doas xbps-pkgdb runit-void; echo $?
ERROR: runit-void: hash mismatch for /etc/runit/2.
ERROR: runit-void: files check FAILED.
Failed to check `runit-void': Operation not permitted
1
```

after:
```
$ doas xbps-pkgdb runit-void; echo $?
ERROR: runit-void: hash mismatch for /etc/runit/2.
ERROR: runit-void: files check FAILED.
1
```

this does not change the behaviour of `xbps-pkgdb -a`
2023-05-30 21:20:05 +02:00
..
xbps-alternatives bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-checkvers bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-create bin/xbps-create/xbps-create.1: add --sourcepkg, alphabetise 2023-02-15 21:46:51 +01:00
xbps-dgraph manpages: small formatting improvements 2023-02-10 21:33:51 +01:00
xbps-digest bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-fbulk bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-fetch bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-install bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-pkgdb bin/xbps-pkgdb: use -errno values for error states 2023-05-30 21:20:05 +02:00
xbps-query bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-reconfigure manpages: small formatting improvements 2023-02-10 21:33:51 +01:00
xbps-remove bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-rindex bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-uchroot bin/: use xbps logging functions more 2023-02-11 14:23:51 +01:00
xbps-uhelper bin/xbps-uhelper: format usage like other xbps binaries 2023-02-11 21:32:36 +01:00
xbps-uunshare manpages: small formatting improvements 2023-02-10 21:33:51 +01:00
Makefile xbps-fetch(1): new utility that replaces 'xbps-uhelper fetch'. 2019-06-12 18:07:24 +02:00