diff options
Diffstat (limited to 'extra/sinit/post-install')
-rwxr-xr-x | extra/sinit/post-install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/sinit/post-install b/extra/sinit/post-install deleted file mode 100755 index f9c906f2..00000000 --- a/extra/sinit/post-install +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -e - -grep -q SINIT_ /etc/init/rc.conf || cat <<EOF >> /etc/init/rc.conf - -# Uncomment these to run the scripts for sinit -# SINIT_SHUTDOWN_HOOKS=1 -# SINIT_ENABLE_GETTY=1 -# SINIT_ENABLE_RUNIT=1 -EOF - -cat <<EOF - -Important: If you want to sinit to boot, edit your -/etc/init/rc.conf to enable SINIT variables." - -EOF |