From: Yu Watanabe Date: Thu, 5 Oct 2017 01:21:50 +0000 (+0900) Subject: sysusers: do not create unneeded users X-Git-Tag: v236~340^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7003%2Fhead;p=thirdparty%2Fsystemd.git sysusers: do not create unneeded users --- diff --git a/sysusers.d/systemd-remote.conf.m4 b/sysusers.d/systemd-remote.conf.m4 index 83b362643f6..988917672b6 100644 --- a/sysusers.d/systemd-remote.conf.m4 +++ b/sysusers.d/systemd-remote.conf.m4 @@ -8,6 +8,3 @@ m4_ifdef(`HAVE_MICROHTTPD', u systemd-journal-remote - "systemd Journal Remote" )m4_dnl -m4_ifdef(`HAVE_LIBCURL', -u systemd-journal-upload - "systemd Journal Upload" -)m4_dnl diff --git a/sysusers.d/systemd.conf.m4 b/sysusers.d/systemd.conf.m4 index ef5a3cb6198..82e23ca5a87 100644 --- a/sysusers.d/systemd.conf.m4 +++ b/sysusers.d/systemd.conf.m4 @@ -12,9 +12,6 @@ u systemd-network - "systemd Network Management" m4_ifdef(`ENABLE_RESOLVE', u systemd-resolve - "systemd Resolver" )m4_dnl -m4_ifdef(`ENABLE_TIMESYNCD', -u systemd-timesync - "systemd Time Synchronization" -)m4_dnl m4_ifdef(`ENABLE_COREDUMP', u systemd-coredump - "systemd Core Dumper" )m4_dnl