It was a quick and efficient fix of the issue at hand even if it wasn't by the book.
Kind regards, Mats 2014-11-08 8:18 GMT+01:00, erik quanstrom <quans...@quanstro.net>: >> So, you could make a script $home/bin/rc/a: > > curious choise. not that you'd want to use this anymore, but ... > > ; cat /bin/a: > #!/bin/rc > rfork e > flop=/dev/fd0disk > if(! test -r $flop) > flop='#f'/fd0disk > if(! test -f /srv/dos) > dossrv >/dev/null </dev/null >[2]/dev/null > unmount /n/a:>[2]/dev/null > mount -c /srv/dos /n/a: $flop > unmount /n/a >[2]/dev/null > mount -c /srv/dos /n/a $flop > > > - erik > >