mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +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
|
||||
prefix="/usr"
|
||||
sysconfdir="/etc"
|
||||
sysconfdir="/etc/freeswitch"
|
||||
localstatedir="/var"
|
||||
default_certsdir="/etc/freeswitch/tls"
|
||||
default_dbdir="/var/lib/freeswitch/db"
|
||||
|
Loading…
x
Reference in New Issue
Block a user