Deleted Added
full compact
pflog (230099) pflog (240336)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/pflog 230099 2012-01-14 02:18:41Z dougb $
3# $FreeBSD: head/etc/rc.d/pflog 240336 2012-09-11 05:04:59Z obrien $
4#
5
6# PROVIDE: pflog
4#
5
6# PROVIDE: pflog
7# REQUIRE: FILESYSTEMS netif cleanvar
7# REQUIRE: FILESYSTEMS netif FILESYSTEMS
8# KEYWORD: nojail
9
10. /etc/rc.subr
11
12name="pflog"
13rcvar="pflog_enable"
14command="/sbin/pflogd"
15pidfile="/var/run/pflogd.pid"

--- 41 unchanged lines hidden ---
8# KEYWORD: nojail
9
10. /etc/rc.subr
11
12name="pflog"
13rcvar="pflog_enable"
14command="/sbin/pflogd"
15pidfile="/var/run/pflogd.pid"

--- 41 unchanged lines hidden ---