freebsd-dev/sbin/init
Bjoern A. Zeeb 0696600c41 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)
2018-10-17 16:49:11 +00:00
..
init.8 Add SECURITY section to loader(8). 2018-08-15 08:45:05 +00:00
init.c Consistently use NULL to terminate the argv; no functional changes. 2018-08-17 14:57:13 +00:00
Makefile Move the rc framework out of sbin/init into libexec/rc. 2018-10-17 16:49:11 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
NOTES
pathnames.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
ttys.aarch64 Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.amd64 Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.arm Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.i386 Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.mips Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.powerpc Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.riscv Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00
ttys.sparc64 Move etc/ttys to sbin/init/. 2018-09-04 15:48:13 +00:00