From owner-freebsd-questions@FreeBSD.ORG Tue Feb 6 20:58:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20F7A16A405 for ; Tue, 6 Feb 2007 20:58:08 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id DCCB413C48D for ; Tue, 6 Feb 2007 20:58:07 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1477ana for ; Tue, 06 Feb 2007 12:58:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YwbxbG/FsPCFlmCFy0Zi8S36/7/4WpDMjSe9//XJPwhVDGiUnIiIIfxBzS/WHV7Z6jHRfTWPV+EcCK4eveEj3Zq6aBkSMUw0iwPqxj28W2Cp1tpEop6sC/rwiTOCobx97EmCJaBuv5xdWzTjENvJRMJE+qgj15o0rb00Lq7IrPI= Received: by 10.114.169.2 with SMTP id r2mr880291wae.1170795486459; Tue, 06 Feb 2007 12:58:06 -0800 (PST) Received: by 10.114.148.19 with HTTP; Tue, 6 Feb 2007 12:58:06 -0800 (PST) Message-ID: <6207f7d90702061258k2ace8012ld479065f2455b454@mail.gmail.com> Date: Tue, 6 Feb 2007 15:58:06 -0500 From: "Don Munyak" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: rc.conf ...need help 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: Tue, 06 Feb 2007 20:58:08 -0000 Hello, I was tweaking the /etc/rc.conf file and apparently had a typo. Now the system boots into single user mode. I know what my error is syslogd_enable=YES" {left off the first "} How can I edit rc.conf while in single user mode. I've tried vi & ee, but system doesn't recognize either. Thanks