summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorSangjung Woo <sangjung.woo@samsung.com>2015-02-02 20:25:02 +0900
committerLennart Poettering <lennart@poettering.net>2015-02-02 16:46:00 +0100
commitd109a95f3d7f8c5c50d6fd48221791fcc98b4544 (patch)
treed3c16bcc68c5f62dea14ec78436ef00655ddc22a /tmpfiles.d
parent84bef24dd3ad050bab8ecdcd130d0d9794005fa0 (diff)
tmpfiles: Remove unnecessary blank line when configured with "--disable-resolved"
This patch removes unnecessary blank line in /usr/lib/tmpfiles.d/etc.conf when configured with "--disable-resolved". (i.e. ENABLE_RESOLVED is not defined)
Diffstat (limited to 'tmpfiles.d')
-rw-r--r--tmpfiles.d/etc.conf.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/etc.conf.m4 b/tmpfiles.d/etc.conf.m4
index f567c8d6e..9b0e080e6 100644
--- a/tmpfiles.d/etc.conf.m4
+++ b/tmpfiles.d/etc.conf.m4
@@ -12,6 +12,6 @@ L /etc/localtime - - - - ../usr/share/zoneinfo/UTC
L+ /etc/mtab - - - - ../proc/self/mounts
m4_ifdef(`ENABLE_RESOLVED',
L /etc/resolv.conf - - - - ../run/systemd/resolve/resolv.conf
-)
+)m4_dnl
C /etc/nsswitch.conf - - - -
C /etc/pam.d - - - -