From ebcc52b3d61c0022bb2fdc7387858194827bbaf6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 14 Nov 2005 21:44:48 +0000 Subject: Add some debugging helpers --- etc/rc.bootup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'etc/rc.bootup') 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 -- cgit v1.1