summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services/frontend/finish
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts/services/frontend/finish')
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/frontend/finish10
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/frontend/finish b/abs/core-testing/runit-scripts/runitscripts/services/frontend/finish
index a01326c..5b0bd5b 100755
--- a/abs/core-testing/runit-scripts/runitscripts/services/frontend/finish
+++ b/abs/core-testing/runit-scripts/runitscripts/services/frontend/finish
@@ -1,13 +1,15 @@
#!/bin/bash
exec 2>&1
+export TERM=linux
+. /etc/rc.conf
+. /etc/rc.d/functions
+
grep -q nox /proc/cmdline
STATUS=$?
if [ $STATUS = 0 ]
then
- chvt 2
+ chvt 2
else
-
- chvt 1
if [ ! -d /etc/sv/frontend/.runtime ]
then
mkdir -p /etc/sv/frontend/.runtime
@@ -21,6 +23,6 @@ else
then
sv stop frontend
rm -f /etc/sv/frontend/.runtime/*
- echo "Frontend is not able to start, disabling it" >/dev/tty1
+ printhl " Frontend is not able to start, disabling it."
fi
fi