1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-17 03:06:12 +02:00

Enable hostname binary in inetutils

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-02-05 09:02:08 +01:00
parent 131a4446e2
commit 5eddadf32b
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ if [ -x /bin/id ]; then
LOGNAME=$USER
fi
HOSTNAME=$(/bin/cat /etc/hostname)
HOSTNAME=$(/bin/hostname)
HISTSIZE=1000
HISTCONTROL=ignoreboth
PATH=/bin

View file

@ -14,7 +14,7 @@ build() {
local OUTPUT="$2"
$INPUT/configure --prefix="" --host="$TARGET" --disable-servers \
--disable-dnsdomainname --disable-hostname \
--disable-dnsdomainname --enable-hostname \
--disable-rcp --disable-rexec --disable-rlogin \
--disable-rsh --disable-logger --disable-talk \
--disable-ifconfig