From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 26 22:50:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 792F716A4CE for ; Fri, 26 Nov 2004 22:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6750643D5C for ; Fri, 26 Nov 2004 22:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAQMoNpk058915 for ; Fri, 26 Nov 2004 22:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAQMoNF1058914; Fri, 26 Nov 2004 22:50:23 GMT (envelope-from gnats) Date: Fri, 26 Nov 2004 22:50:23 GMT Message-Id: <200411262250.iAQMoNF1058914@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Parv Subject: Re: conf/74402: /etc/rc.conf: Syntax error: Unterminated quoted string X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Parv List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 22:50:23 -0000 The following reply was made to PR conf/74402; it has been noted by GNATS. From: Parv To: Shen Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/74402: /etc/rc.conf: Syntax error: Unterminated quoted string Date: Fri, 26 Nov 2004 17:44:20 -0500 in message <200411260802.iAQ82FjP081972@www.freebsd.org>, wrote Shen thusly... > > Added some lines in /etc/rc.conf file, but made the mistake use a > ' instead of a " I suppose in either case the quotes, single or double, were balanced. That is, you eneded up w/ something like... var='value' ...and neither of the below two... var="value' var='value" > , during boot processing, the error is: > > /etc/rc.conf: 79: Syntax error: Unterminated quoted string > Enter full path name of shell or RETURN for /bin/sh: > > Now the problem is even entered /bin/sh, still do not have any > function can change this configration file, even "vi" is not > available There is (s)ed (when vi usage is impossible), but before that at least / partition will need to be mounted read/write. - Parv --