Спустя 10 месяцев вышла новая версия Coreutils 6.10 (к сведению: версия 6.9 появилась 22 марта 2007 года). Исправлено огромное количество ошибок, улучшена совместимость.
>The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system.
chmod no longer ignores a dangling symlink. Now, chmod fails
with a diagnostic saying that it cannot operate on such a file.
[bug introduced in coreutils-5.1.0] <<<<------
su и hostname могут находится и в других пакетах.
Напр. Slackware (Slamd64):
/var/log/packages/shadow-4.0.6-x86_64_slamd64-4:bin/su
/var/log/packages/util-linux-2.12r-x86_64_slamd64-2:bin/hostname
> ** Programs no longer installed by default
> hostname, su
>
> Ндааа...
> anonymous (
Чего "нда"? И правильно, ибо нахрен не нужны:
# for ff in hostname su; do equery b $(which $ff); done
sys-apps/net-tools-1.60-r13 (/usr/bin/hostname -> /bin/hostname)
sys-apps/shadow-4.0.18.1-r1 (/bin/su)
>** Programs no longer installed by default >hostname, su
ну да, они не устонавливаются или даже компилируются _по умолчанию_. Читаем дальше:
** New build options
By default, "make install" no longer attempts to install (or even build) su. To change that, use ./configure --enable-install-program=su. If you also want to install the new "arch" program, do this: ./configure --enable-install-program=arch,su.
Т.е. по умолчанию "make install" больше не устанавливает (и даже не собирает) su. Чтобы изменить это, используйте ./configure --enable-install-program=su и т.д.