cvs commit: src/etc/rc.d hostid
Mike Makonnen
mtm at FreeBSD.Org
Mon May 21 09:20:19 UTC 2007
On Mon, May 21, 2007 at 08:22:44AM +0000, Ralf S. Engelschall wrote:
> rse 2007-05-21 08:22:44 UTC
>
> FreeBSD src repository
>
> Modified files:
> etc/rc.d hostid
> Log:
> The standardized textual representation of UUIDs according to RFC 4122
> and ISO/IEC-9834-8:2005 is with LOWER-CASE hexadecimal characters only,
> so translate the (usually upper-case and this way not conforming)
> representation of the BIOS UUID when reading it. Also be more strict
> about the valid characters in the textual representation by checking for
> just the hexadecimal characters.
tr(1) lives in /usr/bin, which may not be available when / (root) is
mounted (it may live on a remotely mounted filesystem, for example). So,
you can't rely on tr(1) being available when this script is run.
Cheers.
--
Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc
mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55
mtm @ FreeBSD.Org | FreeBSD - http://www.freebsd.org
More information about the cvs-src
mailing list