summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-30 21:48:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-30 21:48:29 +0000
commit6f20377b6fdf63cccc433ed684fbf91430c57a40 (patch)
treedf48d485be4319b2d53a6bbb943cc07cffdceab3 /etc/rc.bootup
parentd739dbe9cc205ad0cfd08f7075bc16ff1b94fed9 (diff)
downloadpfsense-6f20377b6fdf63cccc433ed684fbf91430c57a40.zip
pfsense-6f20377b6fdf63cccc433ed684fbf91430c57a40.tar.gz
Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/ Ticket #1342
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 7a00960..7d1bafd 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -317,6 +317,8 @@
mwexec("sysctl net.inet.tcp.sendspace=4096");
}
+ upnp_start();
+
/* done */
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
OpenPOWER on IntegriCloud