summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-10-12 11:25:57 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-10-12 11:25:57 +0000
commit35c8e6411c68bec947cd020d59246535ba4adb4d (patch)
tree5dda63c192d8e9a72556a744d0e38e9940391491
parent9a25c2363504942061c56d37499e99e3b1689be5 (diff)
Notes
-rw-r--r--etc/network.subr4
-rw-r--r--etc/rc.d/netoptions4
-rw-r--r--etc/rc.d/network14
-rw-r--r--etc/rc.d/network24
-rw-r--r--etc/rc.d/network34
-rw-r--r--etc/rc.d/routing4
-rw-r--r--etc/rc.network4
7 files changed, 14 insertions, 14 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 5c425fa4405d..04b83ddb108c 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -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
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index 5c425fa4405d..04b83ddb108c 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
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index 5c425fa4405d..04b83ddb108c 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -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
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2
index 5c425fa4405d..04b83ddb108c 100644
--- a/etc/rc.d/network2
+++ b/etc/rc.d/network2
@@ -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
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
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index 5c425fa4405d..04b83ddb108c 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -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
diff --git a/etc/rc.network b/etc/rc.network
index 5c425fa4405d..04b83ddb108c 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -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