@@ -, +, @@ Fix savecore init script to execute after dumpon, but before encswap This ensures that any kernel crash dumps are available when savecore runs. It also prevents encswap from corrupting them. Signed-off-by: Richard Yao --- a/init.d/savecore.in +++ a/init.d/savecore.in @@ -7,6 +7,8 @@ description="Saves a kernel dump." depend() { need localmount + need dumpon + before encswap keyword -jail }