No need for single mode. - stali-init - Stali init files. To be shared.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit e47fe591cf4292a6c3591e7033e9e7026a123ed6
(DIR) parent 61c56768f17f6a92861780b345f2fb701865926a
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 1 Mar 2014 17:38:57 +0100
No need for single mode.
Diffstat:
rc.single | 24 ------------------------
1 file changed, 0 insertions(+), 24 deletions(-)
---
(DIR) diff --git a/rc.single b/rc.single
@@ -1,24 +0,0 @@
-#!/bin/busybox ash
-
-. /cfg/rc.conf
-
-if [ "$PREVLEVEL" != "N" ];
-tthen
- svc -k 2>&1 >/dev/null
-fi
-
-if [ -f /run/bootlogd.pid ];
-tthen
- printf "Stopping bootlogd.\n"
- touch /var/log/boot
- kill $(cat /run/bootlogd.pid)
- rm -f /run/bootlogd.pid
-fi
-
-if [ $RUNLEVEL -eq 1 ];
-tthen
- printf "Entering single-user mode.\n"
- kill -HUP 1
- exec init -t1 S
-fi
-