Prevent syspatch from running and throw an error out if reorder_kernel is
authorajacoutot <ajacoutot@openbsd.org>
Fri, 29 Dec 2017 18:56:36 +0000 (18:56 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Fri, 29 Dec 2017 18:56:36 +0000 (18:56 +0000)
commit538bf5e3e2dca1cf5baca039d904d58b63b479e8
tree775ece3a7a9f03b4a2a27cb02f9145b54e022c60
parentd36614f7383caf3a717f913d9f9879e7076aff8e
Prevent syspatch from running and throw an error out if reorder_kernel is
running. This is to prevent syspatch from installing new kernel object
files while reordering is in progress (typically after an install/upgrade
on slow machines).

req. by and OK sthen@
usr.sbin/syspatch/syspatch.sh