diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 2000-02-06 16:33:54 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2000-02-06 16:33:54 +0000 |
| commit | 6945eda6eae78701b5cd5260e004acb2fdefd535 (patch) | |
| tree | 723177665844bb5a6e50ffb34503c9f7816f96e8 /etc/rc.d | |
| parent | 3a119ee1e20e1b6d04b98fce6f930a988a318a31 (diff) | |
Notes
Diffstat (limited to 'etc/rc.d')
| -rw-r--r-- | etc/rc.d/netoptions | 20 | ||||
| -rw-r--r-- | etc/rc.d/network1 | 20 | ||||
| -rw-r--r-- | etc/rc.d/network2 | 20 | ||||
| -rw-r--r-- | etc/rc.d/network3 | 20 | ||||
| -rw-r--r-- | etc/rc.d/routing | 20 |
5 files changed, 50 insertions, 50 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index cf797338a16e..b42bd655242f 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -44,16 +44,6 @@ network_pass1() { ;; esac - # ISDN subsystem startup - # - case ${isdn_enable} in - [Yy][Ee][Ss]) - if [ -r /etc/rc.isdn ]; then - . /etc/rc.isdn - fi - ;; - esac - # Special options for sppp(4) interfaces go here. These need # to go _before_ the general ifconfig section, since in the case # of hardwired (no link1 flag) but required authentication, you @@ -138,6 +128,16 @@ network_pass1() { fi done + # ISDN subsystem startup + # + case ${isdn_enable} in + [Yy][Ee][Ss]) + if [ -r /etc/rc.isdn ]; then + . /etc/rc.isdn + fi + ;; + esac + # Warm up user ppp if required, must happen before natd. # case ${ppp_enable} in diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index cf797338a16e..b42bd655242f 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -44,16 +44,6 @@ network_pass1() { ;; esac - # ISDN subsystem startup - # - case ${isdn_enable} in - [Yy][Ee][Ss]) - if [ -r /etc/rc.isdn ]; then - . /etc/rc.isdn - fi - ;; - esac - # Special options for sppp(4) interfaces go here. These need # to go _before_ the general ifconfig section, since in the case # of hardwired (no link1 flag) but required authentication, you @@ -138,6 +128,16 @@ network_pass1() { fi done + # ISDN subsystem startup + # + case ${isdn_enable} in + [Yy][Ee][Ss]) + if [ -r /etc/rc.isdn ]; then + . /etc/rc.isdn + fi + ;; + esac + # Warm up user ppp if required, must happen before natd. # case ${ppp_enable} in diff --git a/etc/rc.d/network2 b/etc/rc.d/network2 index cf797338a16e..b42bd655242f 100644 --- a/etc/rc.d/network2 +++ b/etc/rc.d/network2 @@ -44,16 +44,6 @@ network_pass1() { ;; esac - # ISDN subsystem startup - # - case ${isdn_enable} in - [Yy][Ee][Ss]) - if [ -r /etc/rc.isdn ]; then - . /etc/rc.isdn - fi - ;; - esac - # Special options for sppp(4) interfaces go here. These need # to go _before_ the general ifconfig section, since in the case # of hardwired (no link1 flag) but required authentication, you @@ -138,6 +128,16 @@ network_pass1() { fi done + # ISDN subsystem startup + # + case ${isdn_enable} in + [Yy][Ee][Ss]) + if [ -r /etc/rc.isdn ]; then + . /etc/rc.isdn + fi + ;; + esac + # Warm up user ppp if required, must happen before natd. # case ${ppp_enable} in diff --git a/etc/rc.d/network3 b/etc/rc.d/network3 index cf797338a16e..b42bd655242f 100644 --- a/etc/rc.d/network3 +++ b/etc/rc.d/network3 @@ -44,16 +44,6 @@ network_pass1() { ;; esac - # ISDN subsystem startup - # - case ${isdn_enable} in - [Yy][Ee][Ss]) - if [ -r /etc/rc.isdn ]; then - . /etc/rc.isdn - fi - ;; - esac - # Special options for sppp(4) interfaces go here. These need # to go _before_ the general ifconfig section, since in the case # of hardwired (no link1 flag) but required authentication, you @@ -138,6 +128,16 @@ network_pass1() { fi done + # ISDN subsystem startup + # + case ${isdn_enable} in + [Yy][Ee][Ss]) + if [ -r /etc/rc.isdn ]; then + . /etc/rc.isdn + fi + ;; + esac + # Warm up user ppp if required, must happen before natd. # case ${ppp_enable} in diff --git a/etc/rc.d/routing b/etc/rc.d/routing index cf797338a16e..b42bd655242f 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -44,16 +44,6 @@ network_pass1() { ;; esac - # ISDN subsystem startup - # - case ${isdn_enable} in - [Yy][Ee][Ss]) - if [ -r /etc/rc.isdn ]; then - . /etc/rc.isdn - fi - ;; - esac - # Special options for sppp(4) interfaces go here. These need # to go _before_ the general ifconfig section, since in the case # of hardwired (no link1 flag) but required authentication, you @@ -138,6 +128,16 @@ network_pass1() { fi done + # ISDN subsystem startup + # + case ${isdn_enable} in + [Yy][Ee][Ss]) + if [ -r /etc/rc.isdn ]; then + . /etc/rc.isdn + fi + ;; + esac + # Warm up user ppp if required, must happen before natd. # case ${ppp_enable} in |
