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

View File

@@ -162,6 +162,9 @@ xbps_init(struct xbps_handle *xh)
xbps_dbg_printf("fetch_timeout: %zu\n",
xhp->fetch_timeout);
prop_dictionary_get_bool(confd, "syslog-enabled", &xhp->syslog_enabled);
xbps_dbg_printf("syslog logging: %d\n", xhp->syslog_enabled);
/*
* Initialize regpkgdb dictionary.
*/