From 1bebb42407cf0b0fa9c59375846ea50b496221d1 Mon Sep 17 00:00:00 2001 From: mlaier Date: Sun, 5 Feb 2006 22:38:08 +0000 Subject: [PATCH] pflog is a separate module now. Submitted by: Antoine Brodin PR: kern/88271 MFC after: 1 week --- etc/rc.d/pflog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/rc.d/pflog b/etc/rc.d/pflog index 0e5b499bfcae..8795e9001c21 100644 --- a/etc/rc.d/pflog +++ b/etc/rc.d/pflog @@ -24,10 +24,10 @@ pflog_prestart() { # load pflog kernel module if needed if ! kldstat -q -m pflog; then - if kldload pf; then - info 'pf module loaded.' + if kldload pflog; then + info 'pflog module loaded.' else - warn 'pf module failed to load.' + warn 'pflog module failed to load.' return 1 fi fi