Re: [systemd-devel] [PATCH] install: networkd.service depend on !--disable

2014-02-21 Thread Tom Gundersen
On Fri, Feb 21, 2014 at 4:36 PM, Jason A. Donenfeld wrote: > It doesn't make any sense to symlink this unit file into /etc when the > unit file itself isn't even installed, with --disable-networkd. This > moves the GENERAL_ALIASES logic into the right "if" block. Applied. Thanks! Cheers, Tom __

[systemd-devel] [PATCH] install: networkd.service depend on !--disable

2014-02-21 Thread Jason A. Donenfeld
It doesn't make any sense to symlink this unit file into /etc when the unit file itself isn't even installed, with --disable-networkd. This moves the GENERAL_ALIASES logic into the right "if" block. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am