macros.systemd.in   macros.systemd.in 
skipping to change at line 86 skipping to change at line 86
%{nil} %{nil}
%tmpfiles_create() \ %tmpfiles_create() \
systemd-tmpfiles --create %{?*} >/dev/null 2>&1 || : \ systemd-tmpfiles --create %{?*} >/dev/null 2>&1 || : \
%{nil} %{nil}
%sysusers_create() \ %sysusers_create() \
systemd-sysusers %{?*} >/dev/null 2>&1 || : \ systemd-sysusers %{?*} >/dev/null 2>&1 || : \
%{nil} %{nil}
%sysusers_create_inline() \
echo %{?*} | systemd-sysusers - >/dev/null 2>&1 || : \
%{nil}
%sysctl_apply() \ %sysctl_apply() \
@rootlibexecdir@/systemd-sysctl %{?*} >/dev/null 2>&1 || : \ @rootlibexecdir@/systemd-sysctl %{?*} >/dev/null 2>&1 || : \
%{nil} %{nil}
%binfmt_apply() \ %binfmt_apply() \
@rootlibexecdir@/systemd-binfmt %{?*} >/dev/null 2>&1 || : \ @rootlibexecdir@/systemd-binfmt %{?*} >/dev/null 2>&1 || : \
%{nil} %{nil}
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/