summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-14 21:49:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-14 21:49:43 +0000
commit21dc546e137aca65e13fe6c6f0d13cd318f5be67 (patch)
treec590da619de734c3a73ee1133eec45ddd6dbae27 /etc
parentebcc52b3d61c0022bb2fdc7387858194827bbaf6 (diff)
downloadpfsense-21dc546e137aca65e13fe6c6f0d13cd318f5be67.zip
pfsense-21dc546e137aca65e13fe6c6f0d13cd318f5be67.tar.gz
Add some debugging helpers
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e02c169..6ec4ce8 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -238,11 +238,10 @@
/* setup interface microcode which improves tcp/ip speed */
echo "Setting up microcode and tx/rx offloading... ";
- mute_kernel_msgs();
- setup_microcode();
- unmute_kernel_msgs();
+ //setup_microcode();
echo "done.\n";
+ echo "Sleeping";
sleep(2);
mwexec("/sbin/pfctl -f /tmp/rules.debug");
OpenPOWER on IntegriCloud