diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-03 20:47:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-03 20:47:42 +0000 |
commit | f1e456032facee63cf671bfe73b7c3d0eebced64 (patch) | |
tree | 7cd14d9862457b9a692f9996f039c3bd2e0aba7e /sbin/pflogd/pflogd.8 | |
parent | a8a4d48ee1dfe73c5bcc706b5c609853ef3c845e (diff) |
Get rid of pflogd.pid because the privsep child cannot delete the pidfile;
use pkill(1) in /etc/newsyslog.conf instead
together with otto and suggestions from tedu
Diffstat (limited to 'sbin/pflogd/pflogd.8')
-rw-r--r-- | sbin/pflogd/pflogd.8 | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index 6eef1e6453c..f27818972a5 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.37 2008/10/22 08:16:49 henning Exp $ +.\" $OpenBSD: pflogd.8,v 1.38 2009/11/03 20:47:41 deraadt Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 22 2008 $ +.Dd $Mdocdate: November 3 2009 $ .Dt PFLOGD 8 .Os .Sh NAME @@ -37,7 +37,6 @@ .Op Fl d Ar delay .Op Fl f Ar filename .Op Fl i Ar interface -.Op Fl p Ar pidfile .Op Fl s Ar snaplen .Op Ar expression .Ek @@ -124,13 +123,6 @@ By default, .Nm will use .Ar pflog0 . -.It Fl p Ar pidfile -Writes a file containing the process ID of the program to -.Pa /var/run . -The file name has the form -.Ao Ar pidfile Ac Ns .pid . -The default is -.Ar pflogd . .It Fl s Ar snaplen Analyze at most the first .Ar snaplen @@ -146,8 +138,6 @@ Selects which packets will be dumped, using the regular language of .El .Sh FILES .Bl -tag -width /var/run/pflogd.pid -compact -.It Pa /var/run/pflogd.pid -Process ID of the currently running .Nm . .It Pa /var/log/pflog Default log file. |