Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Page: BSD Heritage #31

Merged
merged 19 commits into from Feb 19, 2019
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Update hugo-site/content/information/heritage.md
Co-Authored-By: beanpole135 <ken@ixsystems.com>
  • Loading branch information
Mrt134 and beanpole135 committed Feb 19, 2019
commit 977b53460c9afc27319b3444057ceb47f9a4a34a
@@ -64,7 +64,7 @@ Many of these differences from FreeBSD actually come from the TrueOS project, so
TrueOS provides the OpenRC system for managing services on the OS in place of the "legacy" RC system currently used on FreeBSD. This difference is most notable in a few key ways:

* Faster bootup - OpenRC starts up services much faster and with better dependency handling than FreeBSD.
* Better status reporting - the `rc-status` utility provides an instant look of all the services on your system and their current status.
* Better status reporting. The `rc-status` utility provides an instant look at all system services and their current status.
* Service files are located in "[/usr/local]/etc/init.d" rather than "[/usr/local]/etc/rc.d"
This conversation was marked as resolved by beanpole135

This comment has been minimized.

@Mrt134

Mrt134 Feb 16, 2019
Collaborator

Suggested change
* Service files are located in "[/usr/local]/etc/init.d" rather than "[/usr/local]/etc/rc.d"
* Service files are located in `[/usr/local]/etc/init.d` rather than `[/usr/local]/etc/rc.d`.
* Some services have different names: "dhcpcd" instead of "dhclient", "network" instead of "netif"
This conversation was marked as resolved by beanpole135

This comment has been minimized.

@Mrt134

Mrt134 Feb 16, 2019
Collaborator

Suggested change
* Some services have different names: "dhcpcd" instead of "dhclient", "network" instead of "netif"
* Some services have different names: **dhcpcd** instead of *dhclient*, **network** instead of *netif*.
* Many OpenRC services are "multiplexed" for individual device/profile management
This conversation was marked as resolved by beanpole135

This comment has been minimized.

@Mrt134

Mrt134 Feb 16, 2019
Collaborator

Suggested change
* Many OpenRC services are "multiplexed" for individual device/profile management
* Many OpenRC services are "multiplexed" for individual device/profile management.