From alex@kapran.bitmcnit.bryansk.su  Mon Jul 17 22:21:15 2000
Return-Path: <alex@kapran.bitmcnit.bryansk.su>
Received: from server.bitmcnit.bryansk.su (bitmcnit.bryansk.ru [195.239.213.9])
	by hub.freebsd.org (Postfix) with ESMTP id D100F37B9A7
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Jul 2000 22:21:02 -0700 (PDT)
	(envelope-from alex@kapran.bitmcnit.bryansk.su)
Received: (from uucp@localhost)
	by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id JAA11411
	for FreeBSD-gnats-submit@freebsd.org; Tue, 18 Jul 2000 09:05:07 +0400
Received: (from alex@localhost)
	by kapran.bitmcnit.bryansk.su (8.9.3/8.9.3) id JAA02225;
	Tue, 18 Jul 2000 09:01:52 +0400 (MSD)
	(envelope-from alex)
Message-Id: <200007180501.JAA02225@kapran.bitmcnit.bryansk.su>
Date: Tue, 18 Jul 2000 09:01:52 +0400 (MSD)
From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Reply-To: alex@kapran.bitmcnit.bryansk.su
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo in /etc/rc.network6 (unclosed quote)
X-Send-Pr-Version: 3.2

>Number:         20000
>Category:       conf
>Synopsis:       typo in /etc/rc.network6 (unclosed quote)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ume
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 17 22:30:01 PDT 2000
>Closed-Date:    Tue Jul 18 01:48:11 PDT 2000
>Last-Modified:  Tue Jul 18 01:49:14 PDT 2000
>Originator:     Alex Kapranoff
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

	/etc/rc.network6 has an unmatched opening quote in one of its
	branches.

>How-To-Repeat:

	Open /etc/rc.network6 in a syntax-highlighting editor like vim and
	watch the color mess.

>Fix:

--- /usr/src/etc/rc.network6	Tue Jul 11 15:30:16 2000
+++ /etc/rc.network6	Tue Jul 18 08:54:43 2000
@@ -74,7 +74,7 @@
 				*)
 					laddr=`network6_getladdr $i`
 					hostid=`expr "${laddr}" : \
-						     'fe80::\(.*\)%\(.*\)`
+						     'fe80::\(.*\)%\(.*\)'`
 					address=$j\:${hostid}
 
 					eval hostid_$i=${hostid}

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->ume 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Tue Jul 18 01:32:40 PDT 2000 
Responsible-Changed-Why:  
This appears to be UMEMOTO-san's code. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20000 
State-Changed-From-To: open->closed 
State-Changed-By: ume 
State-Changed-When: Tue Jul 18 01:48:11 PDT 2000 
State-Changed-Why:  
Thanks!  Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20000 
>Unformatted:
