From 397d8454183f0261778b5375a5e448d1b0101fc6 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Thu, 28 Jan 2010 11:53:52 -0500 Subject: [PATCH] change app socket directory name for something more descriptive --- libustcomm/ustcomm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 7e1960f..564ecac 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -23,7 +23,7 @@ #include "kcompat.h" -#define SOCK_DIR "/tmp/socks" +#define SOCK_DIR "/tmp/ust-app-socks" #define UST_SIGNAL SIGIO struct ustcomm_connection { -- 2.34.1