summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-14 21:44:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-14 21:44:48 +0000
commitebcc52b3d61c0022bb2fdc7387858194827bbaf6 (patch)
tree3c9a645a4b46a9d011c10b4f03bcdbd59d012e8f /etc
parent0d98187fcf4e05db7bdb4bc5f5c4a351280ef638 (diff)
downloadpfsense-ebcc52b3d61c0022bb2fdc7387858194827bbaf6.zip
pfsense-ebcc52b3d61c0022bb2fdc7387858194827bbaf6.tar.gz
Add some debugging helpers
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 2e6f527..e02c169 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -243,6 +243,8 @@
unmute_kernel_msgs();
echo "done.\n";
+ sleep(2);
+
mwexec("/sbin/pfctl -f /tmp/rules.debug");
/* start IPsec tunnels */
@@ -269,4 +271,6 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?>
+ echo "Returning to rc.";
+
+?> \ No newline at end of file
OpenPOWER on IntegriCloud