| 
Fri Apr 6 10:06:03 EDT 2007 rsc
    rfork e does not mean you can't inherit environment
    variables from the parent.  it means that the parent
    does not inherit changes back from the child.
    
    the real problem is that you are running the script
    without $sysname defined.
    
 |