Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Nov 2011 11:03:36 +0000
From:      Bruce Cran <bruce@cran.org.uk>
To:        Zantgo <zantgo@gmail.com>
Cc:        "freebsd-questions@FreeBSD.org" <freebsd-questions@freebsd.org>
Subject:   Re: Urgent!. Problem with / etc / rc.conf
Message-ID:  <4EB66988.60708@cran.org.uk>
In-Reply-To: <288821E5-0392-49CA-BC85-0E550769C732@gmail.com>
References:  <288821E5-0392-49CA-BC85-0E550769C732@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EB66988.60708>