diff options
author | Sangjung Woo <sangjung.woo@samsung.com> | 2015-02-02 20:25:02 +0900 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-02-02 16:46:00 +0100 |
commit | d109a95f3d7f8c5c50d6fd48221791fcc98b4544 (patch) | |
tree | d3c16bcc68c5f62dea14ec78436ef00655ddc22a /tmpfiles.d/etc.conf.m4 | |
parent | 84bef24dd3ad050bab8ecdcd130d0d9794005fa0 (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/etc.conf.m4')
-rw-r--r-- | tmpfiles.d/etc.conf.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/etc.conf.m4 b/tmpfiles.d/etc.conf.m4 index f567c8d6ea..9b0e080e6f 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 - - - - |