summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/netoptions
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/netoptions')
-rw-r--r--etc/rc.d/netoptions4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index 5c425fa..04b83dd 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -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
OpenPOWER on IntegriCloud