diff options
author | hrs <hrs@FreeBSD.org> | 2011-09-19 15:55:53 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-09-19 15:55:53 +0000 |
commit | 3005eb1de483cac7dd03626c8a83c00e837052fa (patch) | |
tree | 77fc619bb8388a021a6ed54f36b3d93431cfc7e6 /etc | |
parent | 17bc15383e6f758009e3c2953d7630bfd61c958f (diff) | |
download | FreeBSD-src-3005eb1de483cac7dd03626c8a83c00e837052fa.zip FreeBSD-src-3005eb1de483cac7dd03626c8a83c00e837052fa.tar.gz |
Fix the script order to run rc.d/bridge after the initial network
interface configuration and before running network daemons.
Approved by: re (kib)
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.d/bridge | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/bridge b/etc/rc.d/bridge index 2727038..748dfcc 100755 --- a/etc/rc.d/bridge +++ b/etc/rc.d/bridge @@ -26,7 +26,8 @@ # # PROVIDE: bridge -# REQUIRE: netif +# REQUIRE: netif faith ppp stf +# BEFORE: SERVERS # KEYWORD: nojail . /etc/rc.subr |