diff options
Diffstat (limited to 'rc/bin/inst/stop')
| -rwxr-xr-x | rc/bin/inst/stop | 17 |
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 - } -} |
