NOTE 1: /etc/env.d/90xsession is provided by =x11-apps/xinit-1.0.8-r2. The article fails to mention this, but does make note xinit provides the /etc/env.d file. So, I would imagine the more proper method would be, unmasking =x11-apps/xinit-1.0.8-r2 might also be appropriate instead of just adding the /etc/env.d/90xsession file?
NOTE 2: I was still using the old "broadcast" instead of "brd" variable for the /etc/conf.d/net file. Don't know if the order of defining "brd" or "netmask" was an issue either.
--- /etc/conf.d/net.old
+++ /etc/conf.d/net
-config_eth0=( "192.168.1.3 broadcast 192.168.1.255 netmask 255.255.255.0" )
+config_eth0="192.168.1.3 netmask 255.255.255.0 brd 192.168.1.255"
NOTE 3: spamd init.d script requires "--name" arg. See bugs.gentoo.org for opened bug with patch/solution (- not committed or marked as fixed yet).
RESULTS: The migration process, as long as following the Gentoo OpenRC Migration guide, is pretty much flawless. The increase with boot timings is what I would expect when using C code!!
