Display some information wrt/ the fifo.

This commit is contained in:
mbalmer 2007-01-12 14:43:43 +00:00
parent 897cd07c19
commit faba06596f
2 changed files with 8 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2007/01/12 14:06:29 mbalmer Exp $ # $OpenBSD: Makefile,v 1.4 2007/01/12 14:43:43 mbalmer Exp $
COMMENT= "daemon to modify pf tables from userland" COMMENT= "daemon to modify pf tables from userland"
DISTNAME= tabled-1.0.2 DISTNAME= tabled-1.0.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils CATEGORIES= sysutils

View File

@ -0,0 +1,6 @@
Tabled uses a fifo to accept commands. That fifo must be manually created
in this version of tabled before the daemon is started:
# mkfifo /var/run/tabled.sock
Make sure to set the permsission of the fifo right.