diff options
author | dougb <dougb@FreeBSD.org> | 2009-10-17 21:09:15 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-10-17 21:09:15 +0000 |
commit | 0beb8f4b7a19485bdacd3343419dff94cf94e03b (patch) | |
tree | cfa0be486226f33f64cb055d987192377a1eaec9 /etc | |
parent | ec8bf5ddac6e54912c2ec92d2d635ad3528b7643 (diff) | |
download | FreeBSD-src-0beb8f4b7a19485bdacd3343419dff94cf94e03b.zip FreeBSD-src-0beb8f4b7a19485bdacd3343419dff94cf94e03b.tar.gz |
Remove a circular dependency on routing
Submitted by: Mykola Dzham <freebsd@levsha.org.ua>
Approved by: hrs
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.d/faith | 2 | ||||
-rwxr-xr-x | etc/rc.d/stf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/faith b/etc/rc.d/faith index a7f4cd8..9994114 100755 --- a/etc/rc.d/faith +++ b/etc/rc.d/faith @@ -3,7 +3,7 @@ # # PROVIDE: faith -# REQUIRE: netif routing +# REQUIRE: netif # KEYWORD: nojail . /etc/rc.subr diff --git a/etc/rc.d/stf b/etc/rc.d/stf index 6f7347b..bb7f5b5 100755 --- a/etc/rc.d/stf +++ b/etc/rc.d/stf @@ -3,7 +3,7 @@ # # PROVIDE: stf -# REQUIRE: netif routing +# REQUIRE: netif # KEYWORD: nojail . /etc/rc.subr |