On 06/11/2011 04:10, Zantgo wrote:
Without wanting to erase all contents of / etc / rc.conf, by running "echo" slim_enable = 
"YES" ">  / etc / rc.conf". Please help!.

You could have used the following:

echo slim_enable = "YES" >> /etc/rc.conf

The ">>" appends the line instead of replacing the existing contents.

--
Bruce Cran
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to