summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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