summaryrefslogtreecommitdiff
path: root/net/kamailio/files/patch-src_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/kamailio/files/patch-src_main.c')
-rw-r--r--net/kamailio/files/patch-src_main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/kamailio/files/patch-src_main.c b/net/kamailio/files/patch-src_main.c
new file mode 100644
index 000000000000..eacdb2737810
--- /dev/null
+++ b/net/kamailio/files/patch-src_main.c
@@ -0,0 +1,11 @@
+--- src/main.c.orig 2017-04-21 12:46:05 UTC
++++ src/main.c
+@@ -362,7 +362,7 @@ int received_dns = 0;
+ int sr_auto_aliases=1;
+ char* working_dir = 0;
+ char* chroot_dir = 0;
+-char* runtime_dir = "" RUN_DIR;
++char* runtime_dir = "/var/run/kamailio/";
+ char* user=0;
+ char* group=0;
+ int uid = 0;