mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 06:48:25 +00:00
Add ASTSBINDIR to the list of configurable paths
This patch also makes astdb2sqlite3 and astcanary use the configured directory instead of relying on $PATH. (closes issue ASTERISK-18959) Review: https://reviewboard.asterisk.org/r/1613/ ........ Merged revisions 347344 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -35,5 +35,6 @@ extern const char *ast_config_AST_RUN_DIR;
|
||||
extern const char *ast_config_AST_RUN_GROUP;
|
||||
extern const char *ast_config_AST_RUN_USER;
|
||||
extern const char *ast_config_AST_SYSTEM_NAME;
|
||||
extern const char *ast_config_AST_SBIN_DIR;
|
||||
|
||||
#endif /* _ASTERISK_PATHS_H */
|
||||
|
||||
Reference in New Issue
Block a user