From 651d6c2bc68e7e5224c3ba41b094e37b1c1890ed Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 26 Apr 2016 00:10:47 +0200 Subject: abaco(1): remove readweb --- rc/bin/readweb | 15 --------------- sys/man/1/abaco | 24 +++--------------------- 2 files changed, 3 insertions(+), 36 deletions(-) delete mode 100755 rc/bin/readweb 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 $* diff --git a/sys/man/1/abaco b/sys/man/1/abaco index 9a0182f21..7642b6ba0 100644 --- a/sys/man/1/abaco +++ b/sys/man/1/abaco @@ -1,6 +1,6 @@ .TH ABACO 1 .SH NAME -abaco, readweb \- browse the World-Wide Web +abaco \- browse the World-Wide Web .SH SYNOPSIS .B abaco [ @@ -17,11 +17,6 @@ abaco, readweb \- browse the World-Wide Web ] [ .I url ] -.PP -.B readweb -[ -.I url -] .SH DESCRIPTION .I Abaco is a lightweight web browser with the appearance of @@ -45,16 +40,6 @@ Normally the standard error of subshells is closed, but .B -p prevents this. -.PP -.I Readweb -imports the outside network, if necessary, -starts -.I webfs -and -.I webcookies -and finally -.IR abaco . -.\" .SH EXAMPLES .SH FILES .TP 15 .B /mnt/web @@ -63,12 +48,9 @@ default mount point .SH SOURCE .B /sys/src/cmd/abaco -.br -.B /rc/bin/readweb .SH SEE ALSO -.IR vnc (1), -.IR webcookies (4), -.IR webfs (4), +.IR mothra (1), +.IR webfs (4) .SH BUGS .I Abaco is a work in progress; -- cgit v1.2.3