diff options
| -rw-r--r-- | etc/rc.d/hostid | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.d/hostid b/etc/rc.d/hostid index 181870cde94a..4a8cf0dc5d94 100644 --- a/etc/rc.d/hostid +++ b/etc/rc.d/hostid @@ -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" |
