Cut out the middleman that is rc.carp and allow fully
plugabble calls to rc.syshook carp instead...
Make the "return" statements actual errors, and change
the level for the devd script to 101 to align with the
other custom hooks that we use.
CC: @adschellevis
- remove the use for pfSctl, replaced with a new configd control script to be able to remove the check_reload_status port
- replace use of global $g['booting'] because some scripts use this outside the main loop which causes strange behavior ( for example dhcp client which starts a newwanip on connect ). replaced which check on file /var/run/booting which is set in rc script
Make "src" the implicit "/usr/local" so that nobody can
sneak in weird files in the base file system or potentially
overwrite them.
This is the last time, I swear... :)