mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Move rc.d/{stf,faith} to just before rc.d/routing.
Pointed out by: tegge
This commit is contained in:
parent
2e77c5abfb
commit
27fa984efd
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
# PROVIDE: defaultroute
|
||||
# REQUIRE: devd netif
|
||||
# REQUIRE: devd faith netif stf
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
# PROVIDE: routing
|
||||
# REQUIRE: netif ppp
|
||||
# REQUIRE: faith netif ppp stf
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
|
|
|||
Loading…
Reference in a new issue