summary refs log tree commit diff
path: root/contrib/rvnit/00Kpoweroff
diff options
context:
space:
mode:
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