mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue