summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-10-04 01:06:16 +0000
committerColin Smith <colin@pfsense.org>2005-10-04 01:06:16 +0000
commiteb60dfb02e879c27a0513db2b45fa36cf7eebbfa (patch)
tree30549d135dea49594954aefde27fbef85c285966 /etc/rc.bootup
parent421a1c0315bf980f5f6d96011faccccc5abf4637 (diff)
downloadpfsense-eb60dfb02e879c27a0513db2b45fa36cf7eebbfa.zip
pfsense-eb60dfb02e879c27a0513db2b45fa36cf7eebbfa.tar.gz
No more system_do_extensions().
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index b0406f8..7f4f5ec 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -210,9 +210,6 @@
/* start the captive portal */
captiveportal_configure();
- /* execute the rc scripts of extensions */
- system_do_extensions();
-
/* run any shell commands specified in config.xml */
system_do_shell_commands();
@@ -247,4 +244,4 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud