View | Details | Raw Unified | Return to bug 205671 | Differences between
and this patch

Collapse All | Expand All

(-)etc/rc.d/pf (-1 / +5 lines)
Lines 66-72 Link Here
66
66
67
pf_status()
67
pf_status()
68
{
68
{
69
	$pf_program -s info
69
	if ! [ -c /dev/pf ] ; then
70
		echo "pf is not running."
71
	else
72
		$pf_program -s info
73
	fi
70
}
74
}
71
75
72
run_rc_command "$1"
76
run_rc_command "$1"

Return to bug 205671