mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 06:08:02 +02: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/",
|
"/sbin/",
|
||||||
"/usr/sbin/",
|
"/usr/sbin/",
|
||||||
"/usr/local/sbin/",
|
"/usr/local/sbin/",
|
||||||
|
"/bin/",
|
||||||
"/usr/bin/",
|
"/usr/bin/",
|
||||||
"/usr/local/bin/",
|
"/usr/local/bin/",
|
||||||
NULL,
|
NULL,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue