summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-04 15:41:15 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-04 15:41:15 +0000
commitbb2e8e89754c792a10f18941244679082d780164 (patch)
tree71bcf72e5c1899d902a530937375d156fbc69d5b /etc
parenta1bed51b6bf8269a07dbdc436b4455126650baf0 (diff)
downloadpfsense-bb2e8e89754c792a10f18941244679082d780164.zip
pfsense-bb2e8e89754c792a10f18941244679082d780164.tar.gz
Remove test code.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 991670f..b2db5fb 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -98,10 +98,6 @@ $pkg_interface = 'console';
$g['booting'] = true;
touch("{$g['varrun_path']}/booting");
-/* Create a shared memory for counting the consumers of conf_mount_rw. */
-if ($g['platform'] != "cdrom" || $g['platform'] != "pfSense")
- $g['confmountshmid'] = shmop_open($g['confmountshm'], "c", 0666, 10);
-
/* parse the configuration and include all functions used below */
require_once("/etc/inc/config.inc");
echo ".";
OpenPOWER on IntegriCloud