summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2000-07-18 08:44:17 +0000
committerume <ume@FreeBSD.org>2000-07-18 08:44:17 +0000
commit55b85b467a41fe2887ca419f2a6f00a6f1f37a20 (patch)
tree4495691d27819ea8bd04e45c25aa2a968c06e5c0 /etc
parentd0550d9237687385e829b400f8ef1f4e7952089c (diff)
downloadFreeBSD-src-55b85b467a41fe2887ca419f2a6f00a6f1f37a20.zip
FreeBSD-src-55b85b467a41fe2887ca419f2a6f00a6f1f37a20.tar.gz
Fix an unmatched opening quote.
PR: conf/20000 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/network_ipv62
-rw-r--r--etc/rc.network62
2 files changed, 2 insertions, 2 deletions
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}
OpenPOWER on IntegriCloud