diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-16 23:08:28 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-16 23:08:28 +0000 |
| commit | bc19d0871a2016be73f5569ec4fbdd648bb55ee7 (patch) | |
| tree | c678a62a88a2095fada74d20bb33f6016c480de4 /etc/rc.d | |
| parent | d9b05734cc6ac483a0d4867db84e89bbdae0b15d (diff) | |
Notes
Diffstat (limited to 'etc/rc.d')
| -rw-r--r-- | etc/rc.d/netoptions | 2 | ||||
| -rw-r--r-- | etc/rc.d/network1 | 2 | ||||
| -rw-r--r-- | etc/rc.d/network2 | 2 | ||||
| -rw-r--r-- | etc/rc.d/network3 | 2 | ||||
| -rw-r--r-- | etc/rc.d/routing | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index 2ba323ef3ddf..51e02cd0787c 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -363,7 +363,7 @@ network_pass1() { case ${ip_portrange_last} in [Nn][Oo] | '') - ;; + ;; *) echo -n ' ip_portrange_last=$ip_portrange_last' sysctl -w net.inet.ip.portrange.last=$ip_portrange_last >/dev/null diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index 2ba323ef3ddf..51e02cd0787c 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -363,7 +363,7 @@ network_pass1() { case ${ip_portrange_last} in [Nn][Oo] | '') - ;; + ;; *) echo -n ' ip_portrange_last=$ip_portrange_last' sysctl -w net.inet.ip.portrange.last=$ip_portrange_last >/dev/null diff --git a/etc/rc.d/network2 b/etc/rc.d/network2 index 2ba323ef3ddf..51e02cd0787c 100644 --- a/etc/rc.d/network2 +++ b/etc/rc.d/network2 @@ -363,7 +363,7 @@ network_pass1() { case ${ip_portrange_last} in [Nn][Oo] | '') - ;; + ;; *) echo -n ' ip_portrange_last=$ip_portrange_last' sysctl -w net.inet.ip.portrange.last=$ip_portrange_last >/dev/null diff --git a/etc/rc.d/network3 b/etc/rc.d/network3 index 2ba323ef3ddf..51e02cd0787c 100644 --- a/etc/rc.d/network3 +++ b/etc/rc.d/network3 @@ -363,7 +363,7 @@ network_pass1() { case ${ip_portrange_last} in [Nn][Oo] | '') - ;; + ;; *) echo -n ' ip_portrange_last=$ip_portrange_last' sysctl -w net.inet.ip.portrange.last=$ip_portrange_last >/dev/null diff --git a/etc/rc.d/routing b/etc/rc.d/routing index 2ba323ef3ddf..51e02cd0787c 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -363,7 +363,7 @@ network_pass1() { case ${ip_portrange_last} in [Nn][Oo] | '') - ;; + ;; *) echo -n ' ip_portrange_last=$ip_portrange_last' sysctl -w net.inet.ip.portrange.last=$ip_portrange_last >/dev/null |
