chiark / gitweb /
install: networkd.service depend on !--disable
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 21 Feb 2014 15:36:59 +0000 (16:36 +0100)
committerTom Gundersen <teg@jklm.no>
Fri, 21 Feb 2014 18:24:17 +0000 (19:24 +0100)
commita2fef7701ba2e0179ec2217fd562b7345b15735c
treef7cfc7f927a800fcf8335f16b78a8ca1803376c2
parent96197df081a16bec192a6cfb8f19674ca58f4835
install: networkd.service depend on !--disable

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