;
; Start Csh going on AUX: Port when logged in via getty
;
; 
if exists ENV:KICKSTART

SetEnv AUXWait $process

Newcli from rem:aux.newcli aux:
; 
; aux.newcli executes csh -tn s:.login and rem:aux.login
;

; If we exit now, control will go back to getty allowing it and other
; uucp programs to muck up the serial port. So wait till newcli'd
; process above to exit.
;
Wait 1440 min       ; wait indefinately until exiting aux process kills us
UnSetENV AUXWait

else
;
; wb 1.3 stuff
;
    Status >ENV:AUXWait com Status
    Newcli from rem:aux.newcli aux:
    Wait 1440 min
endif
