mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
Fix FHS default sysconfdir
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user