summary refs log tree commit diff
path: root/contrib/rvnit/00Kpoweroff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-01-27 17:55:56 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-01-27 17:55:56 +0100
commit0f55856e02b30c9cc41df0c75bccf7f2881cfe93 (patch)
treec367bdec2245556b70b0a6b2c626f6c2f9445891 /contrib/rvnit/00Kpoweroff
parent4a8a2b2d662f5de300d789d31078b9d75e94106a (diff)
downloadrvnit-0f55856e02b30c9cc41df0c75bccf7f2881cfe93.tar.gz
rvnit-0f55856e02b30c9cc41df0c75bccf7f2881cfe93.tar.xz
rvnit-0f55856e02b30c9cc41df0c75bccf7f2881cfe93.zip
contrib: update
Diffstat (limited to 'contrib/rvnit/00Kpoweroff')
-rwxr-xr-xcontrib/rvnit/00Kpoweroff11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/rvnit/00Kpoweroff b/contrib/rvnit/00Kpoweroff
deleted file mode 100755
index 2fae082..0000000
--- a/contrib/rvnit/00Kpoweroff
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-echo system halted.
-sync
-
-sleep 10
-
-if [ -n "$RVNIT_WANT_REBOOT" ]; then
-	reboot -f
-else
-	halt -f
-fi