* Federico G. Benavento <[EMAIL PROTECTED]> wrote: > #!/bin/sh > if [ ! -f $HOME/.webcookies ]; then > touch $HOME/.webcookies > fi > if [ ! -e `namespace`/web ]; then > webfs -s web > fi > # export PLAN9=/usr/share/abacoabaco.bin $*
ah, the "-s web" option was missing :) now another problem: abaco expects some fonts in /usr/local/plan9/fonts. Seems we need some convenient way for relocating fonts. Maybe an even an fontserver ? ;-) 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/ ---------------------------------------------------------------------
