The source project of this merge request has been removed.
main/busybox: set init.d foregrounding, cleanup
- sets command_background=true and foreground arg for most init.d's
- s/SVCNAME/RC_SVCNAME for modern varname
- s|/var/run|/run| as /var/run is symlinked to /run, which is the linux rundir
i intentionally left mdev as it says 'connect to netlink' for the -d
opt, not sure if it would behave the same (didn't test more).
i also appended instead of prepending to any OPTS- i don't think there's a reason to allow overrides of this via a conf.d.
just a rudimentary cleanup pass