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:
parent
fdbe5babe4
commit
dff50af93b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user