diff --git a/sys-process/runit/files/1-r1 b/sys-process/runit/files/1-r1 deleted file mode 100644 index 9761472ac739f..0000000000000 --- a/sys-process/runit/files/1-r1 +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# system one time tasks - -PATH=/sbin:/usr/sbin:/bin:/usr/bin - -RUNLEVEL=S /sbin/openrc sysinit -RUNLEVEL=S /sbin/openrc boot - -touch /etc/runit/stopit -chmod 0 /etc/runit/stopit diff --git a/sys-process/runit/files/3-r1 b/sys-process/runit/files/3-r1 deleted file mode 100644 index 30e602cdae96e..0000000000000 --- a/sys-process/runit/files/3-r1 +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -exec >/dev/console 2>&1 -PATH=/sbin:/usr/sbin:/bin:/usr/bin - -echo 'Waiting for getties to stop...' -sv -w 10 force-shutdown /etc/service/getty-* - -echo 'Waiting for services to stop...' -sv -w 300 force-shutdown /etc/service/* - -echo 'Shutdown...' -test -x /etc/runit/reboot && LAST=6 || LAST=0 -test -x /etc/runit/reboot && RC=reboot || RC=shutdown -RUNLEVEL=$LAST /sbin/openrc $RC