rmail return codes
    Chip Rosenthal 
    chip at vector.Dallas.TX.US
       
    Tue May  2 08:10:14 AEST 1989
    
    
  
In article <57 at ajfcal.UUCP> tony at ajfcal.UUCP (Tony Field) writes:
>         remote execution     [uucp job ajfcalX4506 (4/24-22:53:09)]
>              rmail root 
>         exited with status 2
Old versions of the development system (something like 2.2.0) are broke.
This:
		main() { return(0); }
does not work.  Smail does this, and the termination status is 2 not 0.
To fix this, either s/return(0)/exit(0)/ or get the UFC (or a later) update.
Speaking of SQA...just did my 2.3 update this weekend.  Uuinstall is
a barrel of laughs.
-- 
Chip Rosenthal / chip at vector.Dallas.TX.US / Dallas Semiconductor / 214-450-5337
    
    
More information about the Comp.unix.xenix
mailing list