[systemd-devel] [PATCH] tmpfiles: Remove unnecessary blank line when configured with "--disable-resolved"

Sangjung Woo sangjung.woo at samsung.com
Mon Feb 2 03:25:02 PST 2015


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)

Signed-off-by: Sangjung Woo <sangjung.woo at samsung.com>
---
 tmpfiles.d/etc.conf.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmpfiles.d/etc.conf.m4 b/tmpfiles.d/etc.conf.m4
index f567c8d..9b0e080 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 - - - -
-- 
1.7.9.5



More information about the systemd-devel mailing list