Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2018 16:49:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231522] [12-CURRENT] rc.d should not be in sbin/init
Message-ID:  <bug-231522-227-JIWp62A3C1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231522-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231522-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231522

--- Comment #8 from commit-hook@freebsd.org ---
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231522-227-JIWp62A3C1>