aboutsummaryrefslogtreecommitdiff
path: root/sbin/init/rc.d/sshd
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc framework out of sbin/init into libexec/rc.Bjoern A. Zeeb2018-10-171-83/+0
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=339413
* Move rc startup scripts from etc/ to sbin/init/Brad Davis2018-07-281-0/+83
This keeps most startup scripts as CONFS per discussion on src-committers from back during BSDCan. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16466 Notes: svn path=/head/; revision=336845