summaryrefslogtreecommitdiff
path: root/security/pflkm/files/pflogd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/pflkm/files/pflogd.sh')
-rw-r--r--security/pflkm/files/pflogd.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/pflkm/files/pflogd.sh b/security/pflkm/files/pflogd.sh
deleted file mode 100644
index a0692e44da8..00000000000
--- a/security/pflkm/files/pflogd.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: pflogd.sh,v 1.1.1.1 2004/11/05 15:05:30 peter Exp $
-#
-# PROVIDE: pflogd
-# REQUIRE: DAEMON
-#
-
-. /etc/rc.subr
-
-name="pflogd"
-rcvar=$name
-command="@PREFIX@/sbin/${name}"
-start_precmd="/sbin/ifconfig pflog0 up"
-pidfile="/var/run/${name}.pid"
-
-load_rc_config $name
-run_rc_command "$1"