net/smcroute: add Static Multicast Routing Daemon package (closes #8026)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23191 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/smcroute/patches/001-socket_path.patch
Normal file
11
net/smcroute/patches/001-socket_path.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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;
|
Reference in New Issue
Block a user