usbmuxd must be ran for many of the idevice tools. Added an init script to make this easier. Added myself as maintainer. Fix PKG_CVE_ID. Added config directory. Placed in a submenu for easier readability. Add extra tool Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
324 B
Diff
11 lines
324 B
Diff
--- a/src/conf.c
|
|
+++ b/src/conf.c
|
|
@@ -126,7 +126,7 @@ const char *config_get_config_dir()
|
|
#ifdef __APPLE__
|
|
base_config_dir = strdup("/var/db");
|
|
#else
|
|
- base_config_dir = strdup("/var/lib");
|
|
+ base_config_dir = strdup("/etc");
|
|
#endif
|
|
#endif
|
|
__config_dir = string_concat(base_config_dir, DIR_SEP_S, CONFIG_DIR, NULL);
|