summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/hostid
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/hostid')
-rw-r--r--etc/rc.d/hostid4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc.d/hostid b/etc/rc.d/hostid
index 4a8cf0d..38da97e 100644
--- a/etc/rc.d/hostid
+++ b/etc/rc.d/hostid
@@ -59,11 +59,7 @@ hostid_hardware()
uuid=`kenv smbios.system.uuid 2>/dev/null`
x="[0-9a-f]"
y=$x$x$x$x
- z="0000"
case "${uuid}" in
- $z$z-$z-$z-$z-$z$z$z)
- # Filter the special "Nil" UUID
- ;;
$y$y-$y-$y-$y-$y$y$y)
echo "${uuid}"
;;
OpenPOWER on IntegriCloud