643baa1872
Surprisingly long-standing issue with conflicting /bin/hostname installs. Reported as early as November 2005 by Joseph Dupre. All together at one point or another there are at least 4 possible sources of /bin/hostname: busybox util-linux coreutils net-tools Buildroot depends on the -F flag being available in the default /etc/inittab. Out of the 4 listed projects only net-tools and buildroot for sure support the -F flag. I'm a little unclear on util-linux as it has been removed entirely (in favor of net-tools) for some time. As of coreutils 6.9.90 (2007-12-01), coreutils does not install its /bin/hostname by default. The following commit reenabled its build: |
||
---|---|---|
.. | ||
Config.in | ||
coreutils-01-spawn-uclibc.patch | ||
coreutils-02-fix-timer-time-m4.patch | ||
coreutils-03-fix-for-dummy-man-usage.patch | ||
coreutils.mk |