diff options
| author | Max Kellermann <max@duempel.org> | 2008-01-03 19:08:22 +0000 |
|---|---|---|
| committer | Max Kellermann <max@duempel.org> | 2008-01-03 19:08:22 +0000 |
| commit | ece03137f21269fdfe7369f26063077fb751a833 (patch) | |
| tree | 7603e5aafbe131fdf792d2a133f6ed305b508e22 | |
| parent | ef4d20bda091c74bd8906496ad59371c0c01d3fc (diff) | |
| download | conntrack-tools-ece03137f21269fdfe7369f26063077fb751a833.tar.gz conntrack-tools-ece03137f21269fdfe7369f26063077fb751a833.zip | |
moved unix socket to /var/run
| -rw-r--r-- | debian/conntrackd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/conntrackd.conf b/debian/conntrackd.conf index f033e19..e20b652 100644 --- a/debian/conntrackd.conf +++ b/debian/conntrackd.conf @@ -27,7 +27,7 @@ General { # Unix socket configuration # UNIX { - Path /tmp/sync.sock + Path /var/run/conntrackd.sock Backlog 20 } |
