From 3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Jan 2020 23:13:19 +0300 Subject: repository: move ubase and sinit to core --- extra/sinit/post-install | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 extra/sinit/post-install (limited to 'extra/sinit/post-install') 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 <> /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 <