core: add /bin to the default search path

https://bugzilla.gnome.org/show_bug.cgi?id=742576
This commit is contained in:
Thomas Haller 2015-01-08 11:55:50 +01:00
parent 6eccfda0fa
commit abbca50ca9

View file

@ -814,6 +814,7 @@ const char *const NM_PATHS_DEFAULT[] = {
"/sbin/",
"/usr/sbin/",
"/usr/local/sbin/",
"/bin/",
"/usr/bin/",
"/usr/local/bin/",
NULL,