From 55b85b467a41fe2887ca419f2a6f00a6f1f37a20 Mon Sep 17 00:00:00 2001 From: ume Date: Tue, 18 Jul 2000 08:44:17 +0000 Subject: Fix an unmatched opening quote. PR: conf/20000 Submitted by: Alex Kapranoff --- etc/rc.d/network_ipv6 | 2 +- etc/rc.network6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/rc.d/network_ipv6 b/etc/rc.d/network_ipv6 index 7cf62ee..a244b03 100644 --- a/etc/rc.d/network_ipv6 +++ b/etc/rc.d/network_ipv6 @@ -74,7 +74,7 @@ network6_pass1() { *) laddr=`network6_getladdr $i` hostid=`expr "${laddr}" : \ - 'fe80::\(.*\)%\(.*\)` + 'fe80::\(.*\)%\(.*\)'` address=$j\:${hostid} eval hostid_$i=${hostid} diff --git a/etc/rc.network6 b/etc/rc.network6 index 7cf62ee..a244b03 100644 --- a/etc/rc.network6 +++ b/etc/rc.network6 @@ -74,7 +74,7 @@ network6_pass1() { *) laddr=`network6_getladdr $i` hostid=`expr "${laddr}" : \ - 'fe80::\(.*\)%\(.*\)` + 'fe80::\(.*\)%\(.*\)'` address=$j\:${hostid} eval hostid_$i=${hostid} -- cgit v1.1