From ce7c1553d7720188447d0ae7f7f80ce033b5a8d8 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 18 Sep 2008 18:44:23 +0200 Subject: config: use /var/run to create the UNIX socket file This patch removes the use of /tmp to create the UNIX socket file to communicate with conntrackd in the example configuration files. This was OK in the early alpha days, but not anymore. Signed-off-by: Pablo Neira Ayuso --- doc/sync/alarm/conntrackd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/sync/alarm/conntrackd.conf') diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf index d6f7a2a..9fc9d03 100644 --- a/doc/sync/alarm/conntrackd.conf +++ b/doc/sync/alarm/conntrackd.conf @@ -148,7 +148,7 @@ General { # Unix socket configuration # UNIX { - Path /tmp/sync.sock + Path /var/run/conntrackd.ctl Backlog 20 } -- cgit v1.2.3