From 6d2635d5badb1825d766f16b0ad43f45f84ca495 Mon Sep 17 00:00:00 2001 From: Matthew Veety Date: Mon, 25 Apr 2016 17:49:31 -0400 Subject: made abaco's gui respect $font and made readweb respect most installations --- rc/bin/readweb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'rc') diff --git a/rc/bin/readweb b/rc/bin/readweb index 9290fd62e..93d4debe8 100755 --- a/rc/bin/readweb +++ b/rc/bin/readweb @@ -1,10 +1,15 @@ #!/bin/rc # start abaco and its prerequisites -rfork n - -# outside && bind /net.alt /net - +rfork ne +if(~ $#1 0){ + rimport '$cpu' /net +} +if not { + rimport $1 /net + shift +} webfs webcookies -echo useragent netscape 1.0 >/mnt/web/ctl +# probably not needed +# echo useragent netscape 1.0 >/mnt/web/ctl exec /$cputype/bin/abaco $* -- cgit v1.2.3