summaryrefslogtreecommitdiff
path: root/security/pflkm/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'security/pflkm/MESSAGE')
-rw-r--r--security/pflkm/MESSAGE18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/pflkm/MESSAGE b/security/pflkm/MESSAGE
deleted file mode 100644
index 5b6ee4b3099..00000000000
--- a/security/pflkm/MESSAGE
+++ /dev/null
@@ -1,18 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/11/05 15:05:30 peter Exp $
-
-First create the /dev/pf device:
-
-# cd /dev
-# ./MAKEDEV pf
-
-Then load the kernel module:
-
-# modload ${PREFIX}/lkm/pf.o
-
-If you want PF to get loaded automatically at boot time, you need to set
-lkm=YES in /etc/rc.conf and add this line to /etc/lkm.conf:
-
-${PREFIX}/lkm/pf.o - - - - AFTERMOUNT
-
-===========================================================================