#!/bin/sh -e grep -q SINIT_ /etc/init/rc.conf || cat <> /etc/init/rc.conf # Comment these to run the scripts for sinit SINIT_SHUTDOWN_HOOKS=1 SINIT_ENABLE_GETTY=1 SINIT_ENABLE_RUNIT=1 EOF cat <