aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/network3
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/network3')
-rw-r--r--etc/rc.d/network34
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index 5c425fa4405d..04b83ddb108c 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -424,7 +424,7 @@ network_pass1() {
[Nn][Oo] | '')
;;
*)
- echo -n ' ip_portrange_first=$ip_portrange_first'
+ echo -n " ip_portrange_first=$ip_portrange_first"
sysctl -w net.inet.ip.portrange.first=$ip_portrange_first >/dev/null
;;
esac
@@ -433,7 +433,7 @@ network_pass1() {
[Nn][Oo] | '')
;;
*)
- echo -n ' ip_portrange_last=$ip_portrange_last'
+ echo -n " ip_portrange_last=$ip_portrange_last"
sysctl -w net.inet.ip.portrange.last=$ip_portrange_last >/dev/null
;;
esac