#!/bin/sh
if [ ! -f $HOME/.webcookies ]; then
touch $HOME/.webcookies
fi
if [ ! -e `namespace`/web ]; then
webfs -s web
fi
# export PLAN9=/usr/share/abaco
abaco.bin $*
On Tue, Mar 11, 2008 at 2:01 PM, Enrico Weigelt <[EMAIL PROTECTED]> wrote:
> * VinÃcius de Figueiredo Silva <[EMAIL PROTECTED]> wrote:
>
> Hi folks,
>
> > Abaco's website is now hosted at http://abaco.oitobits.net ;)
>
> I've just tried it on plan9port, but running mk failed due some
> missing fields in Irule.
> After some futher looks I discovered another source within the
> "abaco" subdir, which seems to build fine.
> It seems there are two different versions in the tree, which
> should be cleaned up.
>
> Trying to run abaco didn't work - it says it cannot connect
> webfs. In fact, webfs doesn't seem to create an server socket
> (in /tmp/ns.$LOGNAME.:0/).
>
> Could someone give me an advise, what's wrong here ?
>
>
> cu
> --
> ---------------------------------------------------------------------
> Enrico Weigelt == metux IT service - http://www.metux.de/
> ---------------------------------------------------------------------
> Please visit the OpenSource QM Taskforce:
> http://wiki.metux.de/public/OpenSource_QM_Taskforce
> Patches / Fixes for a lot dozens of packages in dozens of versions:
> http://patches.metux.de/
> ---------------------------------------------------------------------
>
>
--
Federico G. Benavento