On Jul 12, 2006, at 2:33 PM, Gustavo Rios wrote:

> Dear folks,
>
> i am trying to get the following line in my /etc/rc.local file:
>
> csh -cf '$ASDROOT/thr/svscanboot &'
>
> And in my /etc/rc.conf.local i added:
>
> ASDROOT=/asd
>
> During the system boot, all i get is the ASDROOT variable is  
> undefined.

Yes, because it isn't exported and you've surrounded it with single  
quotes,
so it's passed to CSH for interp, and CSH doesn't have it in its env.

---
Jack J. Woehr
Director of Development
Absolute Performance, Inc.
[EMAIL PROTECTED]
303-443-7000 ext. 527

Reply via email to