On Wed, Nov 27, 2013 at 3:31 PM, Hannes Reinecke <[email protected]> wrote: > > Hi all, > > for some reason systemd has /bin/mount hardcoded in > src/core/mount.c:mount_enter_mounting() > > Which is a bit odd, seeing that everyting moved to /usr/bin. > So we always have to do a symlink here, which really is a bit annoying. > > Is this by design or a simple left-over?
If *everything* moved to /usr/bin, then /bin itself has to be a symlink anyway (as many tools expect and some standards require specific commands to be in /bin). -- Mantas Mikulėnas <[email protected]> _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
