xbps-bin: syslog support, enabled by default.

This commit is contained in:
Juan RP
2011-12-06 13:02:49 +01:00
parent afde2a6653
commit 3f45f563be
5 changed files with 45 additions and 1 deletions

5
NEWS
View File

@@ -1,5 +1,10 @@
xbps-0.11.0 (???):
* Support for syslog logging common operations, such as install, update,
remove and purge via LOG_NOTICE, and errors with LOG_ERR.
By default we enable this in configuration file `conf.plist', set the
boolean `syslog-enabled' key to false to disable.
* xbps-repo(8): new target: pkg-list [index]. This target will list all
packages from repository with index [index]. If optional argument
[index] (decimal) not set, all repositories will be used.