Skip to content
Snippets Groups Projects
Commit 3d776930 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Use the set ASTDBDIR as the default, too

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4668cb2d
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ export MODULES_DIR
export ASTSPOOLDIR
export ASTVARLIBDIR
export ASTDATADIR
export ASTDBDIR
export ASTLOGDIR
export ASTLIBDIR
export ASTMANDIR
......
......@@ -17,7 +17,7 @@ cat << END
#define DEFAULT_PID "${INSTALL_PATH}${ASTVARRUNDIR}/asterisk.pid"
#define DEFAULT_VAR_DIR "${INSTALL_PATH}${ASTVARLIBDIR}"
#define DEFAULT_DB "${INSTALL_PATH}${ASTVARLIBDIR}/astdb"
#define DEFAULT_DB "${INSTALL_PATH}${ASTDBDIR}/astdb"
#define DEFAULT_DATA_DIR "${INSTALL_PATH}${ASTDATADIR}"
#define DEFAULT_KEY_DIR "${INSTALL_PATH}${ASTDATADIR}/keys"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment