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)
This commit is contained in:
Sangjung Woo 2015-02-02 20:25:02 +09:00 committed by Lennart Poettering
parent 84bef24dd3
commit d109a95f3d

View file

@ -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 - - - -