mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
6767e9c9af
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/
12 lines
293 B
C
12 lines
293 B
C
--- 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;
|