11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
|
#!/bin/rc
|
||
|
# start abaco and its prerequisites
|
||
|
rfork n
|
||
|
|
||
|
# outside && bind /net.alt /net
|
||
|
|
||
|
webfs
|
||
|
webcookies
|
||
|
echo useragent netscape 1.0 >/mnt/web/ctl
|
||
|
exec /$cputype/bin/abaco $*
|