From nobody  Tue May 20 12:35:59 1997
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.5/8.8.5) id MAA21171;
          Tue, 20 May 1997 12:35:59 -0700 (PDT)
Message-Id: <199705201935.MAA21171@hub.freebsd.org>
Date: Tue, 20 May 1997 12:35:59 -0700 (PDT)
From: canuck@caam.rice.edu
To: freebsd-gnats-submit@freebsd.org
Subject: rc.conf 1.1.2.11 generates "rc.conf: 111: Syntax error: "(" unexpected"
X-Send-Pr-Version: www-1.0

>Number:         3644
>Category:       conf
>Synopsis:       rc.conf 1.1.2.11 generates "rc.conf: 111: Syntax error: "(" unexpected"
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 12:40:01 PDT 1997
>Closed-Date:    Tue May 20 17:24:05 PDT 1997
>Last-Modified:  Tue May 20 17:24:17 PDT 1997
>Originator:     Michael Pearlman
>Release:        2.2-STABLE
>Organization:
CAAM Dept., Rice University
>Environment:
FreeBSD gauss.stat.rice.edu 2.2-STABLE FreeBSD 2.2-STABLE #0: Sun May 18 08:03:53 CDT 1997     root@myname.my.domain:/usr/src/sys/compile/GAUSS  i386

>Description:
If rc.conf 1.1.2.11 is install in /etc then upon booting the boot will
fail with
	rc.conf: 111: Syntax error: "(" unexpected
and you will be thrown into a single user shell to fix the problem
>How-To-Repeat:
sh
. /etc/rc.conf
>Fix:
Change rc.conf line 111
FROM
moused_port="/dev/cuaa0"# Set to your mouse port (required if mousetype set)
TO
moused_port="/dev/cuaa0" # Set to your mouse port (required if mousetype set)
i.e. add a space between the double quote and the #.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Tue May 20 17:24:05 PDT 1997 
State-Changed-Why:  
Yikes!  Thanks for spotting that.  Fixed! 
>Unformatted:
