--- src/etc/rc.d/routed 2004/01/27 00:42:45 1.3 +++ src/etc/rc.d/routed 2005/04/22 08:30:25 1.4 @@ -20,16 +20,7 @@ name="routed" load_rc_config $name rcvar="router_enable" -command="${router:-/sbin/${name}}" +command="/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"