From owner-freebsd-bugs Mon Jul 17 22:30:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A70AB37B6FF for ; Mon, 17 Jul 2000 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA26342; Mon, 17 Jul 2000 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from server.bitmcnit.bryansk.su (bitmcnit.bryansk.ru [195.239.213.9]) by hub.freebsd.org (Postfix) with ESMTP id D100F37B9A7 for ; 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 Reply-To: alex@kapran.bitmcnit.bryansk.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/20000: typo in /etc/rc.network6 (unclosed quote) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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