Improve reorder_kernel()
authorrpe <rpe@openbsd.org>
Fri, 30 Jun 2017 17:06:03 +0000 (17:06 +0000)
committerrpe <rpe@openbsd.org>
Fri, 30 Jun 2017 17:06:03 +0000 (17:06 +0000)
commit3f83d922520bda5a9030a7f89ef64f1b7eaa0ed0
tree44e0cdfd1f5e74491c9df15a16c26bff839d1466
parent119e5e355fdd8a8c60a5aa65eb0f02ba5598805c
Improve reorder_kernel()

- check for and exit if /usr/share is on a nfs mounted filesystem
- add trap handlers that mail the logfile to the admin user
- use $_compile instead of $_compile_dir like in the installer
- use $_compile/$_kernel instead of $_kernel_dir
- remove the now redundant sha256 -h ... after make newinstall
- write stdout/stderr of the background subshell to a logfile

OK tb@ deraadt@
etc/rc