mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
Shorter equivalent of the command.
This commit is contained in:
parent
4ef19e9667
commit
e57918352b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175618
@ -56,7 +56,7 @@ hostid_set()
|
||||
|
||||
hostid_hardware()
|
||||
{
|
||||
uuid=`kenv smbios.system.uuid 2>/dev/null`
|
||||
uuid=`kenv -q smbios.system.uuid`
|
||||
x="[0-9a-f]"
|
||||
y=$x$x$x$x
|
||||
case "${uuid}" in
|
||||
|
Loading…
Reference in New Issue
Block a user