https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231522

--- Comment #8 from [email protected] ---
A commit references this bug:

Author: bz
Date: Wed Oct 17 16:49:12 UTC 2018
New revision: 339413
URL: https://svnweb.freebsd.org/changeset/base/339413

Log:
  Move the rc framework out of sbin/init into libexec/rc.

  The reasons for this are forward looking to pkgbase:
   * /sbin/init is a special binary; try not to replace it with
     every package update because an rc script was touched.
     (a follow-up commit will make init its own package)
   * having rc in its own place will allow more easy replacement
     of the rc framework with alternatives, such as openrc.

  Discussed with:               brd (during BSDCam), kmoore
  Requested by:         cem, bz
  PR:                   231522
  Approved by:          re (gjb)

Changes:
  head/libexec/Makefile
  head/libexec/rc/
  head/libexec/rc/Makefile
  head/libexec/rc/netstart
  head/libexec/rc/network.subr
  head/libexec/rc/pccard_ether
  head/libexec/rc/rc
  head/libexec/rc/rc.conf
  head/libexec/rc/rc.d/
  head/libexec/rc/rc.d/Makefile
  head/libexec/rc/rc.initdiskless
  head/libexec/rc/rc.resume
  head/libexec/rc/rc.shutdown
  head/libexec/rc/rc.subr
  head/libexec/rc/rc.suspend
  head/sbin/init/Makefile
  head/sbin/init/netstart
  head/sbin/init/network.subr
  head/sbin/init/pccard_ether
  head/sbin/init/rc
  head/sbin/init/rc.conf
  head/sbin/init/rc.d/
  head/sbin/init/rc.initdiskless
  head/sbin/init/rc.resume
  head/sbin/init/rc.shutdown
  head/sbin/init/rc.subr
  head/sbin/init/rc.suspend

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to