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

2015-02-02 Thread Sangjung Woo
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@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

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


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

2015-02-02 Thread Lennart Poettering
On Mon, 02.02.15 20:25, Sangjung Woo (sangjung@samsung.com) wrote:

 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@samsung.com

Thanks! Applied!

BTW, we don#t use S-o-b in systemd, hence I removed that line before
pushing.

Thanks,

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel