From 2fda0fa0ecfc1a34d86ecde3c410d0ffd2e9608d Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 25 Mar 2026 06:53:17 +0100 Subject: [PATCH] sys-process/runit: remove unused files Signed-off-by: Michael Mair-Keimberger --- sys-process/runit/files/1-r1 | 10 ---------- sys-process/runit/files/3-r1 | 14 -------------- 2 files changed, 24 deletions(-) delete mode 100644 sys-process/runit/files/1-r1 delete mode 100644 sys-process/runit/files/3-r1 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