Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518318 - sys-apps/systemd-215-r3: disable systemd-networkd-wait-online.service
Summary: sys-apps/systemd-215-r3: disable systemd-networkd-wait-online.service
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-27 09:47 UTC by poncho
Modified: 2014-07-27 15:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description poncho 2014-07-27 09:47:22 UTC
Currently you remove networkd and friends:
rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-timesyncd.servic

for consistency, remove /etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service as well

(or maybe the whole network-online.target.wants directory since that's the only file in it)

sys-apps/systemd-215-r3 was built with the following:
USE="acl cryptsetup filecaps firmware-loader gudev introspection kmod pam policykit seccomp ssl -audit -doc -elfutils -gcrypt -http (-kdbus) -lzma -python -qrcode (-selinux) -test -vanilla" ABI_X86="64 -32 -x32" PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3" PYTHON_TARGETS="python2_7 python3_3 -python3_2"
Comment 1 Mike Gilbert gentoo-dev 2014-07-27 15:01:25 UTC
Fixed without revbump.

+  27 Jul 2014; Mike Gilbert <floppym@gentoo.org> systemd-215-r3.ebuild,
+  systemd-9999.ebuild:
+  Don't install /etc/systemd/system/network-online.target.wants, bug 518318 by
+  poncho.