summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2010-11-08 08:44:20 +0200
committerWarren Baker <warren@decoy.co.za>2010-11-08 08:44:20 +0200
commit4395500c0962bf115406f619ae40af0429541a1f (patch)
treeee4f377ab50fe3768ed837fe71c3edbdad81750b /etc/rc.bootup
parentd32d3970d58683d02f89073103eb595eaa8f395f (diff)
downloadpfsense-4395500c0962bf115406f619ae40af0429541a1f.zip
pfsense-4395500c0962bf115406f619ae40af0429541a1f.tar.gz
Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items required additional files to be updated to reflect correct path.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index d6574ee..b61130a 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -344,7 +344,7 @@ enable_rrd_graphing();
setup_wireless_olsr();
/* startup routed if needed */
-include_once("/usr/local/pkg/routed/routed.inc");
+include_once("/usr/local/pkg/routed.inc");
setup_routed();
/* enable watchdog if supported */
OpenPOWER on IntegriCloud