mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
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:
parent
84bef24dd3
commit
d109a95f3d
@ -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 - - - -
|
||||
|
Loading…
Reference in New Issue
Block a user