feat(sys-apps/systemd): Start networkd by default

This commit is contained in:
Michael Marineau 2014-03-04 14:19:51 -08:00
parent 53a574bc5c
commit 033256241a
2 changed files with 0 additions and 6 deletions

View File

@ -304,9 +304,6 @@ multilib_src_install() {
if multilib_is_native_abi; then if multilib_is_native_abi; then
emake "${mymakeopts[@]}" install emake "${mymakeopts[@]}" install
# Even with --enable-networkd, it's not right to have this running by default
# when it's unconfigured.
rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
else else
mymakeopts+=( mymakeopts+=(
install-libLTLIBRARIES install-libLTLIBRARIES

View File

@ -311,9 +311,6 @@ multilib_src_install() {
if multilib_is_native_abi; then if multilib_is_native_abi; then
emake "${mymakeopts[@]}" install emake "${mymakeopts[@]}" install
# Even with --enable-networkd, it's not right to have this running by default
# when it's unconfigured.
rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
else else
mymakeopts+=( mymakeopts+=(
install-libLTLIBRARIES install-libLTLIBRARIES