packages/net/smcroute/patches/001-socket_path.patch

12 lines
278 B
Diff
Raw Normal View History

--- a/src/ipc.c 2002-07-07 19:38:49.000000000 +0200
+++ b/src/ipc.c 2010-10-01 21:44:26.000000000 +0200
@@ -24,7 +24,7 @@
#include "mclab.h"
-#define SOCKET_PATH "/var/lib/smcroute"
+#define SOCKET_PATH "/tmp/smcroute"
// server's listen socket
static int ListenSock;