From 6767e9c9afc49c6777e8b385903f303914ec2f5f Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Wed, 31 May 2017 13:23:26 +0000 Subject: net/kamailio: update 4.4.3 -> 5.0.1 This is a major release, introducing a consistent set of new features as well as improvements to existing components. Reviewed by: Alexey V. Panfilov Relnotes: https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/ --- net/kamailio/files/patch-src_main.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/kamailio/files/patch-src_main.c (limited to 'net/kamailio/files/patch-src_main.c') 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; -- cgit v1.2.3