From root@godsey.fidalgo.net  Thu Jul 17 11:45:01 1997
Received: from godsey.fidalgo.net (root@godsey.fidalgo.net [206.129.156.164])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA24364
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Jul 1997 11:44:58 -0700 (PDT)
Received: (from root@localhost)
	by godsey.fidalgo.net (8.8.6/8.8.5) id SAA00466;
	Thu, 17 Jul 1997 18:44:49 GMT
Message-Id: <199707171844.SAA00466@godsey.fidalgo.net>
Date: Thu, 17 Jul 1997 18:44:49 GMT
From: godsey@godsey.fidalgo.net
Reply-To: godsey@godsey.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo in rc.i386 in moused section
X-Send-Pr-Version: 3.2

>Number:         4108
>Category:       conf
>Synopsis:       typo in rc.i386 in moused section
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 17 11:50:01 PDT 1997
>Closed-Date:    Thu Jul 17 12:22:28 PDT 1997
>Last-Modified:  Tue Nov 27 19:24:18 PST 2001
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Thu Jul 17 12:22:28 PDT 1997 
State-Changed-Why:  
This appears to be fixed in my copy of 2.2-stable; are you 
sure you're up to date? 
>Unformatted:
Synopsis: typo in rc.i386 for moused
Severity: non-critical
Priority: low
Category: conf
Release:        FreeBSD 2.2-STABLE i386

Description: 
in rc.i386 the moused section has
.... != XNO ]; then 

Fix: 
if should be != X"NO" ] ; then

