Display some information wrt/ the fifo.
This commit is contained in:
parent
897cd07c19
commit
faba06596f
@ -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
|
||||||
|
|
||||||
|
6
sysutils/tabled/pkg/MESSAGE
Normal file
6
sysutils/tabled/pkg/MESSAGE
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user