mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 05:18:23 +02:00
core: add /bin to the default search path
https://bugzilla.gnome.org/show_bug.cgi?id=742576
(cherry picked from commit abbca50ca9)
This commit is contained in:
parent
cda2802fe9
commit
6f643d2761
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