mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
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/
11 lines
459 B
C
11 lines
459 B
C
--- src/modules/ctl/ctl_defaults.h.orig 2017-04-21 12:46:05 UTC
|
|
+++ src/modules/ctl/ctl_defaults.h
|
|
@@ -13,7 +13,7 @@
|
|
#define DEFAULT_CTL_SOCKET_NAME NAME "_ctl"
|
|
#endif
|
|
|
|
-#define DEFAULT_CTL_SOCKET DEFAULT_CTL_SOCKET_PROTO RUN_DIR "/" DEFAULT_CTL_SOCKET_NAME
|
|
+#define DEFAULT_CTL_SOCKET DEFAULT_CTL_SOCKET_PROTO "/var/run/" DEFAULT_CTL_SOCKET_NAME
|
|
|
|
/* port used by default for tcp/udp if no port is explicitely specified */
|
|
#define DEFAULT_CTL_PORT 2049
|