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
195586f7f5
commit
80b6ce97d6
@ -61,7 +61,7 @@ default_storagedir="$prefix/storage"
|
||||
|
||||
if test "$enable_fhs" = yes; then
|
||||
prefix="/usr"
|
||||
sysconfdir="/etc"
|
||||
sysconfdir="/etc/freeswitch"
|
||||
localstatedir="/var"
|
||||
default_dbdir="/var/lib/freeswitch/db"
|
||||
default_grammardir="/usr/share/freeswitch/grammar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user