1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 08:19:13 -04:00
ports/net/kamailio/files/patch-main.c
Kurt Jaeger 1edd9b3372 net/kamailio: 4.2.4 -> 4.3.1
Release-Notes: http://www.kamailio.org/w/kamailio-v4-3-0-release-notes/
New features: http://www.kamailio.org/wiki/features/new-in-4.3.x

- tries to fix installation issues with non-default options
- adds WEBSOCKET option

PR:		200352
2015-09-05 21:48:31 +00:00

11 lines
285 B
C

--- main.c.orig 2015-07-20 13:16:25 UTC
+++ main.c
@@ -353,7 +353,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;