summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc')
-rwxr-xr-xrc/bin/readweb15
1 files changed, 0 insertions, 15 deletions
diff --git a/rc/bin/readweb b/rc/bin/readweb
deleted file mode 100755
index 93d4debe8..000000000
--- a/rc/bin/readweb
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/rc
-# start abaco and its prerequisites
-rfork ne
-if(~ $#1 0){
- rimport '$cpu' /net
-}
-if not {
- rimport $1 /net
- shift
-}
-webfs
-webcookies
-# probably not needed
-# echo useragent netscape 1.0 >/mnt/web/ctl
-exec /$cputype/bin/abaco $*