Remove the ugly csh(1) based UUID lower-case translation hack from

/etc/rc.d/hostid now that we switched the origin of the UUID (variable
smbios.system.uuid as provided by the i386 BIOS code) to already provide
a standard conforming lower-case UUID text representation.
This commit is contained in:
Ralf S. Engelschall 2007-05-22 10:22:24 +00:00
parent fdbe5babe4
commit dff50af93b

View File

@ -57,7 +57,6 @@ hostid_set()
hostid_hardware()
{
uuid=`kenv smbios.system.uuid 2>/dev/null`
uuid=`csh -c 'echo -n ${*:al}' "${uuid}"`
x="[0-9a-f]"
y=$x$x$x$x
z="0000"