Fix FHS default sysconfdir

This commit is contained in:
Travis Cross 2014-03-02 23:02:52 +00:00
parent 195586f7f5
commit 80b6ce97d6
1 changed files with 1 additions and 1 deletions

View File

@ -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"