> 
> > how can I add my script to the startup programs
> > is it /etc/rc file to edit or some other.
> 
> You could for example add it to /etc/rc.local

No.  Don't edit /etc/rc.local to run startup scripts.   
You should learn about using /usr/local/etc/rc.d
Put a startup script in there with a '.sh' ending on the
name and it will run at boot/startup time.
It is all described in man and other documentation.

////jerry

> 
> Create it if it does not exist.
> 
> Olivier
> _______________________________________________
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to