> The aux/vga in termrc isn't running.  The one I added to
> $home/lib/profile is.  (And why isn't 'flag +x' added to
> /rc/bin/termrc barfing out the expected trace data?  The 'echo kill
> -roy' immediately below it fires off.)

at least on my machine, the simplified relevant bit looks like

        if(test -f /dev/mousectl && ~ $mouseport ps2 ps2intellimouse 0 1 2 usb){
                if(! ~ $"monitor '' && ! ~ `{cat /dev/user} none)@{
                        run vga from in here
                }

so if yours is similar, which one of the follwing is false?

1.      test -f /dev/mousectl
2       ~ $mouseport ps2 ps2intellimouse 0 1 2 usb
3.      ! ~ $"monitor ''
4.      ! ~ `{cat /dev/user} none


could /dev/user be none, while $user = your user?

- erik

Reply via email to