summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2013-02-13 08:04:13 +0545
committerPhil Davis <phil.davis@world.inf.org>2013-02-13 08:04:13 +0545
commit785145350bd5e2cb29ef5355a3e271044cc68715 (patch)
treecd1e8aaf85c86aa2690f7bb20f0c2047ccc64523 /etc/rc.bootup
parent1d2add88f4222b04708a1a1af38567ab197a460a (diff)
downloadpfsense-785145350bd5e2cb29ef5355a3e271044cc68715.zip
pfsense-785145350bd5e2cb29ef5355a3e271044cc68715.tar.gz
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)
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 66ce259..f74bfdf 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();
OpenPOWER on IntegriCloud