summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-01-22 23:08:54 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-01-22 23:08:54 +0000
commit8d3dccb9435aa71a5a50c431543c394412dae12f (patch)
tree06ee87b7c0e12bdbc3399b496e4b24880b0bb3da /userspace/ebtables2
parent4f99e5dcbfa373ac89ae33792a0bbed4b9f317a8 (diff)
set pipe dir right
Diffstat (limited to 'userspace/ebtables2')
-rw-r--r--userspace/ebtables2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index 671de96..025ce8a 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -38,7 +38,7 @@ KERNEL_INCLUDES?=include/
ETHERTYPESPATH?=$(ETCDIR)
ETHERTYPESFILE:=$(ETHERTYPESPATH)/ethertypes
-PIPE_DIR?=.
+PIPE_DIR?=/tmp/$(PROGNAME)-v$(PROGVERSION)
PIPE=$(PIPE_DIR)/ebtablesd_pipe
EBTD_CMDLINE_MAXLN?=2048
EBTD_ARGC_MAX?=50