#2133: Coreutils-6.10
------------------------------------------+---------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [email protected]
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
------------------------------------------+---------------------------------
Comment (by [EMAIL PROTECTED]):
Oh, you're right! That's why you mentioned procps. Here's one more
thought. Ken originally suggested just using `uname -n' as a hostname
wrapper. If all that hostname is ever used for in the testsuites is just
getting the current name like host=`hostname`, then you could just use
this in Ch. 5 util-linux.
{{{
cat > /tools/bin/hostname << "EOF"
#!/bin/sh
exec uname -n
EOF
chmod 755 /tools/bin/hostname
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2133#comment:25>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page