From 051404c997c633388071203be5c24f28dfb9f14c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 15 Jan 2020 22:36:35 +0300 Subject: sinit: removed ubase dependency, build respawn and halt onto sinit --- core/sinit/files/sinit.post.shutdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/sinit/files/sinit.post.shutdown') diff --git a/core/sinit/files/sinit.post.shutdown b/core/sinit/files/sinit.post.shutdown index ade9958f..4f3c793b 100644 --- a/core/sinit/files/sinit.post.shutdown +++ b/core/sinit/files/sinit.post.shutdown @@ -6,11 +6,11 @@ if [ "$SINIT_SHUTDOWN_HOOKS" = 1 ]; then case "$1" in reboot) out "Requesting system reboot..." - /usr/bin/ubase-box halt -r + halt -r ;; *) out "Requesting system poweroff..." - /usr/bin/ubase-box halt -p + halt -p ;; esac fi -- cgit v1.2.3