summaryrefslogtreecommitdiff
path: root/rc/bin/inst/stopppp
diff options
context:
space:
mode:
Diffstat (limited to 'rc/bin/inst/stopppp')
-rwxr-xr-xrc/bin/inst/stopppp19
1 files changed, 0 insertions, 19 deletions
diff --git a/rc/bin/inst/stopppp b/rc/bin/inst/stopppp
deleted file mode 100755
index 70b9ce1fe..000000000
--- a/rc/bin/inst/stopppp
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/rc
-
-# desc: shut down the ppp connection
-# prereq:
-
-switch($1) {
-case checkready
- if(! ~ $#pppdev 1 || ! isipdevup '^pkt[0-9]') {
- stopppp=notdone
- export stopppp
- }
-
-case go
- kill ppp | rc
-
-case checkdone
- stopppp=notdone
- export stopppp
-}