2011-03-30 17:14:36 +03:00
|
|
|
#!/bin/rc
|
|
|
|
# start abaco and its prerequisites
|
2016-04-25 17:49:31 -04:00
|
|
|
rfork ne
|
|
|
|
if(~ $#1 0){
|
|
|
|
rimport '$cpu' /net
|
|
|
|
}
|
|
|
|
if not {
|
|
|
|
rimport $1 /net
|
|
|
|
shift
|
|
|
|
}
|
2011-03-30 17:14:36 +03:00
|
|
|
webfs
|
|
|
|
webcookies
|
2016-04-25 17:49:31 -04:00
|
|
|
# probably not needed
|
|
|
|
# echo useragent netscape 1.0 >/mnt/web/ctl
|
2011-03-30 17:14:36 +03:00
|
|
|
exec /$cputype/bin/abaco $*
|