This includes moving the following, but arc cannot handle moves:
etc/netstart -> sbin/init/netstart
etc/network.subr -> sbin/init/network.subr
etc/pccard_ether -> sbin/init/pccard_ether
etc/rc -> sbin/init/rc
etc/defaults/rc.conf -> sbin/init/rc.conf
etc/rc.d -> sbin/init/rc.d
etc/rc.initdiskless -> sbin/init/rc.initdiskless
etc/rc.resume -> sbin/init/rc.resume
etc/rc.shutdown -> sbin/init/rc.shutdown
etc/rc.subr -> sbin/init/rc.subr
etc/rc.suspend -> sbin/init/rc.suspend
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18366 Build 18082: arc lint + arc unit
Event Timeline
etc/defaults/Makefile | ||
---|---|---|
5 | Why only move rc.conf? |
Comment Actions
Assuming:
- The purpose of this particular change is to move only those things that would move to sbin/init. (Answer to my earlier question.)
- You've tested this specific change. (I'm sure I've tested a similar version...)
This looks good to me.