Codebase list hydra / b56dcdc
Refresh patch Daniel Echeverri 1 year, 6 months ago
2 changed file(s) with 3 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 Description: Use /usr/bin/hydra path by default in xhydra.
11 Forwarded: not-needed
22 Author: Julián Moreno Patiño <darkjunix@gmail.com>
3 Last-Update: 2020-07-30
3 Last-Update: 2022-10-05
44 --- a/hydra-gtk/src/main.c
55 +++ b/hydra-gtk/src/main.c
66 @@ -14,9 +14,9 @@
1212 char *hydra_path2 = "/usr/local/bin/hydra";
1313 -char *hydra_path3 = "/usr/bin/hydra";
1414 +char *hydra_path3 = "./hydra";
15 char *hydra_path4 = "/data/data/com.termux/files/usr/bin/hydra";
16 char *hydra_path5 = "/data/data/com.termux/files/usr/local/bin/hydra";
1517
16 GtkWidget *wndMain;
17 char *HYDRA_BIN;
44 03_use_bin_path.diff
55 06_show_xhydra_build_output.diff
66 07_remove_troubled_files.diff
7 10_switch_pcre2_lib.diff
87 11_change_exit_output.diff