mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
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
11 lines
285 B
C
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;
|