Revert r282672.

tr is in /usr and not available at the time hostid is run (must be run
before FILESYSTEMS).

Reported by:	def
This commit is contained in:
Xin LI 2015-05-11 00:16:32 +00:00
parent 5a9f9cb38e
commit 1d79f30229

View File

@ -58,7 +58,7 @@ hostid_set()
valid_hostid()
{
uuid=$(echo $1 | tr '[:upper:]' '[:lower:]')
uuid=$1
x="[0-9a-f]"
y=$x$x$x$x