Bugzilla – Bug 144033
network manager installed in /usr/bin
Last modified: 2006-01-23 16:44:58 UTC
Hi, network manager apparently is installed in /usr/bin, and that seems to be wrong to me because of two issues: a) /usr might be mounted remote, and network manager first has to provide connectivity b) its a root only daemon, so it doesn't belong into /bin, it belongs into /sbin
Both good points. I agree that NM should be in sbin, not bin. We can move it. But moving it to /sbin out of /usr/sbin implies that NM is statically linked and does not need anything else from /usr, which is not true. DBUS, HAL, et cetera -- plus all of the dynamic libs -- live in /usr. So NM is not leaving /usr for awhile. I will move it to /usr/sbin, though, today.
ok, discussion turns out that it NetworkManager can stay below /usr/sbin
Moved daemons to /usr/sbin and submitted to autobuild.