summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-10-03 12:19:30 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-10-04 12:09:50 +0200
commit3211da4bcb951dd0f20e4413be192cb382ddcc32 (patch)
treef28e86cfc5e541c084df16280d26ea65180291ff /tmpfiles.d
parent70160ce8915b0040e2a7c495ad27b82565e2c5a1 (diff)
downloadsystemd-3211da4bcb951dd0f20e4413be192cb382ddcc32.tar.gz
build-sys: s/HAVE_UTMP/ENABLE_UTMP/
"Have" should be about the external environment and dependencies. Anything which is a pure yes/no choice should be "enable".
Diffstat (limited to 'tmpfiles.d')
-rw-r--r--tmpfiles.d/var.conf.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/var.conf.m4 b/tmpfiles.d/var.conf.m4
index e640fcd8c0..380c717ba6 100644
--- a/tmpfiles.d/var.conf.m4
+++ b/tmpfiles.d/var.conf.m4
@@ -12,7 +12,7 @@ q /var 0755 - - -
L /var/run - - - - ../run
d /var/log 0755 - - -
-m4_ifdef(`HAVE_UTMP',
+m4_ifdef(`ENABLE_UTMP',
f /var/log/wtmp 0664 root utmp -
f /var/log/btmp 0600 root utmp -
f /var/log/lastlog 0664 root utmp -