Description of problem: login adds the "old school" dirs to the default $PATH. It's not harmful, but has some downsides: - every path search is infinitesimally slower - every execve strace log is longer - anyone looking at $PATH has to think longer Since the /usr split is long gone, please consider removing it also from the path. gdm (which sets the paths for graphical user sessions, now uses to --with-default-path=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin). Version-Release number of selected component (if applicable): [test@rawhide ~]$ rpm -qf /bin/login util-linux-2.27-0.1.fc24.x86_64 [test@rawhide ~]$ strings /bin/login|grep :/bin /usr/local/bin:/bin:/usr/bin /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
Good point...
Fixed in f23 and rawhide.
util-linux-2.27-0.2.fc23 has been submitted as an update for Fedora 23. https://admin.fedoraproject.org/updates/util-linux-2.27-0.2.fc23
util-linux-2.27-0.2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.