summaryrefslogtreecommitdiff
path: root/rc/bin/inst/stop
diff options
context:
space:
mode:
Diffstat (limited to 'rc/bin/inst/stop')
-rwxr-xr-xrc/bin/inst/stop17
1 files changed, 0 insertions, 17 deletions
diff --git a/rc/bin/inst/stop b/rc/bin/inst/stop
deleted file mode 100755
index f7d1d1734..000000000
--- a/rc/bin/inst/stop
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/rc
-
-# desc: save the current installation state, to be resumed later
-# prereq:
-# mustdo:
-
-switch($1) {
-case checkdone
- stop=notdone
- export stop
-
-case checkready
- if(~ $cdboot yes){
- stop=notdone
- export stop
- }
-}