mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-25 03:10:39 +00:00
Fix FHS default sysconfdir
This commit is contained in:
parent
75a00bd954
commit
ab35096833
@ -62,7 +62,7 @@ default_storagedir="$prefix/storage"
|
|||||||
|
|
||||||
if test "$enable_fhs" = yes; then
|
if test "$enable_fhs" = yes; then
|
||||||
prefix="/usr"
|
prefix="/usr"
|
||||||
sysconfdir="/etc"
|
sysconfdir="/etc/freeswitch"
|
||||||
localstatedir="/var"
|
localstatedir="/var"
|
||||||
default_certsdir="/etc/freeswitch/tls"
|
default_certsdir="/etc/freeswitch/tls"
|
||||||
default_dbdir="/var/lib/freeswitch/db"
|
default_dbdir="/var/lib/freeswitch/db"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user