head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.04.14.10.58.10; author kikadf; state Exp; branches; next ; commitid m8Hsp2LhwToCRUBG; desc @@ 1.1 log @ basu: new package The sd-bus library, extracted from systemd. Some projects rely on the sd-bus library for DBus support. However not all systems have systemd or elogind installed. This library provides just sd-bus (and the busctl utility). @ text @$NetBSD$ * Fix logging, on NetBSD %m is only allowed in syslog(3) like function --- src/libsystemd/sd-bus/test-bus-creds.c.orig 2022-12-16 11:13:02.000000000 +0100 +++ src/libsystemd/sd-bus/test-bus-creds.c @@@@ -14,7 +14,7 @@@@ int main(int argc, char *argv[]) { test_setup_logging(LOG_DEBUG); r = sd_bus_creds_new_from_pid(&creds, 0, _SD_BUS_CREDS_ALL); - log_full_errno(r < 0 ? LOG_ERR : LOG_DEBUG, r, "sd_bus_creds_new_from_pid: %m"); + log_full_errno(r < 0 ? LOG_ERR : LOG_DEBUG, r, "sd_bus_creds_new_from_pid"); assert_se(r >= 0); bus_creds_dump(creds, NULL, true); @