From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 11:03:40 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A00E106564A for ; Sun, 6 Nov 2011 11:03:40 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 09CF38FC08 for ; Sun, 6 Nov 2011 11:03:40 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id D8FF4E6587; Sun, 6 Nov 2011 11:03:38 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=mail; bh=Q1MOrNZokQAF vWv/ax3HVA1/RWM=; b=eIq9xOURNwQUs6uMw/YS0v3/M4ajXe27jcu51a/lh3M3 vPAsbOaA9vLMUUqUi5PmHWR0samsEwuUGngpMQMVbrQdlNJ8IFSI3rneRj+SWPEZ IPGiwAzeT7xVBAmV/rXfHz2SCr4rXt/aOFOFwEany9aOMNNnzGzKA8K65IeeVVI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=ZWBzF/ 8r54B+5GobrTQSAfvHQvG0fFr2IzXmqfQafnV1WUPguHoqN42bh2bRosU/4AMCdP S6NiOA+EJBua4/LPdcsSPODqCTCp3Cr0dp2ht0/4poZEYTtV9VvLOa/96cuJSk// hks/Jp/+xntfTWJEE/ihNVIGL1I8Qz9+2xLtE= Received: from [192.168.1.68] (188-220-36-32.zone11.bethere.co.uk [188.220.36.32]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 98DE0E6538; Sun, 6 Nov 2011 11:03:38 +0000 (GMT) Message-ID: <4EB66988.60708@cran.org.uk> Date: Sun, 06 Nov 2011 11:03:36 +0000 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Zantgo References: <288821E5-0392-49CA-BC85-0E550769C732@gmail.com> In-Reply-To: <288821E5-0392-49CA-BC85-0E550769C732@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@FreeBSD.org" Subject: Re: Urgent!. Problem with / etc / rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2011 11:03:40 -0000 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