mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 04:50:07 +01:00
core: add /bin to the default search path
https://bugzilla.gnome.org/show_bug.cgi?id=742576
This commit is contained in:
parent
6eccfda0fa
commit
abbca50ca9
1 changed files with 1 additions and 0 deletions
|
|
@ -814,6 +814,7 @@ const char *const NM_PATHS_DEFAULT[] = {
|
|||
"/sbin/",
|
||||
"/usr/sbin/",
|
||||
"/usr/local/sbin/",
|
||||
"/bin/",
|
||||
"/usr/bin/",
|
||||
"/usr/local/bin/",
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue