From 785145350bd5e2cb29ef5355a3e271044cc68715 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 13 Feb 2013 08:04:13 +0545 Subject: [PATCH] Say goodbye to routed at bootup Now that routed/RIP has been removed from the base system, it generates errors trying to start it in the base system boot script. (I guess that if it is installed as a package, the package start code will bring it up at the end of the base system boot) --- etc/rc.bootup | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/rc.bootup b/etc/rc.bootup index 66ce25953f..f74bfdfae9 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -373,10 +373,6 @@ auto_login(); /* load graphing functions */ enable_rrd_graphing(); -/* startup routed if needed */ -include_once("/usr/local/pkg/routed.inc"); -setup_routed(); - /* enable watchdog if supported */ enable_watchdog();