summaryrefslogtreecommitdiff
path: root/sysusers.d
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-10-03 13:12:29 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-10-04 12:09:51 +0200
commit1ec57f339472f1fcb180f46eba25f2517499155f (patch)
tree17a43e36a9568ff2f328fdabfb0a78ac89505a7e /sysusers.d
parent08cf5b8dc356309becdb06c43de4d69228089a6a (diff)
build-sys: s/ENABLE_RESOLVED/ENABLE_RESOLVE/
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".
Diffstat (limited to 'sysusers.d')
-rw-r--r--sysusers.d/systemd.conf.m42
1 files changed, 1 insertions, 1 deletions
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',