Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2000 09:01:52 +0400 (MSD)
From:      Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/20000: typo in /etc/rc.network6 (unclosed quote)
Message-ID:  <200007180501.JAA02225@kapran.bitmcnit.bryansk.su>

next in thread | raw e-mail | index | archive | help

>Number:         20000
>Category:       conf
>Synopsis:       typo in /etc/rc.network6 (unclosed quote)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 17 22:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007180501.JAA02225>