diff options
-rwxr-xr-x | etc/rc.d/routed | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/rc.d/routed b/etc/rc.d/routed index 2f02a2d..359d937 100755 --- a/etc/rc.d/routed +++ b/etc/rc.d/routed @@ -17,18 +17,7 @@ name="routed" # subroutines in rc.subr won't catch it. # load_rc_config $name - rcvar="router_enable" command="${router:-/sbin/${name}}" eval ${name}_flags=${router_flags} -start_precmd= - -routed_precmd() -{ - if checkyesno gated && checkyesno routed; then - warn "gated and routed both requested to be run: only running gated." - return 1 - fi -} - run_rc_command "$1" |