diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-05-31 13:23:26 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-05-31 13:23:26 +0000 |
commit | 6767e9c9afc49c6777e8b385903f303914ec2f5f (patch) | |
tree | 25acfc88d39e0e90d06182fe3b8a3463ffbb3511 /net/kamailio/files/patch-src_main.c | |
parent | Update pango to 1.40.6. (diff) |
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 <ports@subnets.ru>
Relnotes: https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/
Diffstat (limited to 'net/kamailio/files/patch-src_main.c')
-rw-r--r-- | net/kamailio/files/patch-src_main.c | 11 |
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; |