Skip to content

Commit

Permalink
mxqd: Define default for MXQ_INITIAL_PATH in mxqd.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Sep 21, 2015
1 parent 90ef264 commit ec090af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mxqd.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
#define MYSQL_DEFAULT_FILE MXQ_MYSQL_DEFAULT_FILE
#define MYSQL_DEFAULT_GROUP "mxqd"

#ifndef MXQ_INITIAL_PATH
# define MXQ_INITIAL_PATH "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
#endif

#ifndef MXQ_INITIAL_TMPDIR
# define MXQ_INITIAL_TMPDIR "/tmp"
#endif
Expand Down

0 comments on commit ec090af

Please sign in to comment.