]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-util.c
shared/bus-util: format uid==-1 and gid==-1 as [not set] 6902/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Sep 2017 09:23:59 +0000 (11:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Sep 2017 09:23:59 +0000 (11:23 +0200)
commitc533658a1c2f6a62e437117f37ce5ecdfd11a695
tree471ea2aebceb67203ed5423f777b26b6e7ab483f
parent6088cefb217184a0a80d80a42b2ab98bc4e07ab7
shared/bus-util: format uid==-1 and gid==-1 as [not set]

$ systemctl show systemd-journald -p UID,GID
UID=4294967295
GID=4294967295



$ systemctl show systemd-journald -p UID,GID
UID=[not set]
GID=[not set]

Just seeing the number is very misleading.

Fixes #6511.
src/shared/bus-util.c