From 1ec57f339472f1fcb180f46eba25f2517499155f Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 3 Oct 2017 13:12:29 +0200 Subject: build-sys: s/ENABLE_RESOLVED/ENABLE_RESOLVE/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The configuration option was called -Dresolve, but the internal define was …RESOLVED. This options governs more than just resolved itself, so let's settle on the version without "d". --- sysusers.d/systemd.conf.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysusers.d') diff --git a/sysusers.d/systemd.conf.m4 b/sysusers.d/systemd.conf.m4 index af97509c05..ef5a3cb619 100644 --- a/sysusers.d/systemd.conf.m4 +++ b/sysusers.d/systemd.conf.m4 @@ -9,7 +9,7 @@ g systemd-journal - - m4_ifdef(`ENABLE_NETWORKD', u systemd-network - "systemd Network Management" )m4_dnl -m4_ifdef(`ENABLE_RESOLVED', +m4_ifdef(`ENABLE_RESOLVE', u systemd-resolve - "systemd Resolver" )m4_dnl m4_ifdef(`ENABLE_TIMESYNCD', -- cgit v1.2.3