Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 753641
Collapse All | Expand All

(-)a/net-wireless/iwd/iwd-1.9-r1.ebuild (+1 lines)
Lines 174-179 src_install() { Link Here
174
		echo "EnableNetworkConfiguration=true" >> "${iwdconf}"
174
		echo "EnableNetworkConfiguration=true" >> "${iwdconf}"
175
		echo "[Network]" >> "${iwdconf}"
175
		echo "[Network]" >> "${iwdconf}"
176
		echo "NameResolvingService=$(usex systemd systemd resolvconf)" >> "${iwdconf}"
176
		echo "NameResolvingService=$(usex systemd systemd resolvconf)" >> "${iwdconf}"
177
		dodir /etc/conf.d
177
		echo "rc_provide=\"net\"" > ${ED}/etc/conf.d/iwd
178
		echo "rc_provide=\"net\"" > ${ED}/etc/conf.d/iwd
178
	fi
179
	fi
179
}
180
}

Return to bug 753641