Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366613 - OpenRC Migration Guide: disappeared /etc/init.d/net.* entries have to be re-added wit rc-update
Summary: OpenRC Migration Guide: disappeared /etc/init.d/net.* entries have to be re-a...
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: nm (RETIRED)
URL: http://www.gentoo.org/doc/en/openrc-m...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-09 16:30 UTC by Matthias Bethke
Modified: 2011-05-29 00:34 UTC (History)
2 users (show)

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


Attachments
Patch for openrc-migration.xml (openrc-migration.patch,820 bytes, patch)
2011-05-10 19:34 UTC, Sven Vermeulen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Bethke 2011-05-09 16:30:40 UTC
If a net entry in /etc/init.d should disappear during the automatic migration, it's not enough to recreate the link, it also has to be reinserted into a runlevel witrh "rc-update add net.eth0 default" or similar. This shouldbe added in Listing 2.9.

Reproducible: Always
Comment 1 Sven Vermeulen 2011-05-10 19:34:50 UTC
Created attachment 272763 [details, diff]
Patch for openrc-migration.xml

Indeed, here my net.eth0 is also not started by default anymore (unless I readd it). Patch for openrc-migration.xml added.
Comment 2 nm (RETIRED) gentoo-dev 2011-05-29 00:34:30 UTC
Fixed in CVS, thanks for reporting. Thanks for the patch, Sven!