Skip to content

Commit

Permalink
Merge pull request #19 from skunkwerks/fix/bsd-hier
Browse files Browse the repository at this point in the history
look in /usr/local/bin/ before /usr/local/sbin/
  • Loading branch information
dch authored Mar 9, 2021
2 parents ea54b1a + 281eceb commit 50c1773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/erlfdb_util.erl
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ find_fdbserver_bin(Options) ->
undefined ->
[
<<"/usr/sbin/fdbserver">>,
<<"/usr/local/bin/fdbserver">>,
<<"/usr/local/sbin/fdbserver">>,
<<"/usr/local/libexec/fdbserver">>
];
Expand Down

0 comments on commit 50c1773

Please sign in to comment.