[systemd-devel] [PATCH] Big endian and the size of the gcc builtin type bool from stdbool.h

David Herrmann dh.herrmann at gmail.com
Thu Sep 18 04:29:26 PDT 2014


Hi

On Thu, Sep 18, 2014 at 12:57 PM, Dr. Werner Fink <werner at suse.de> wrote:
>   linuxadmin:~ # uname -m
>   s390x
>   linuxadmin:~ # systemctl show multi-user.target | grep -E '=(yes|no)'
>   CanStart=no
>   CanStop=no
>   CanReload=no
>   CanIsolate=no
>   StopWhenUnneeded=no
>   RefuseManualStart=no
>   RefuseManualStop=no
>   AllowIsolate=no
>   DefaultDependencies=no
>   IgnoreOnIsolate=no
>   IgnoreOnSnapshot=no
>   NeedDaemonReload=no
>   ConditionResult=no
>   Transient=no

I have a fix for bus_print_property() which is used by "systemctl
show". It used "bool" instead of "int". I will push it in a moment.

Thanks a lot for the report!
David


More information about the systemd-devel mailing list