From owner-cvs-src@FreeBSD.ORG Mon May 21 08:22:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C941A16A41F; Mon, 21 May 2007 08:22:44 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A287213C44B; Mon, 21 May 2007 08:22:44 +0000 (UTC) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4L8MiQF004017; Mon, 21 May 2007 08:22:44 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4L8Miog004013; Mon, 21 May 2007 08:22:44 GMT (envelope-from rse) Message-Id: <200705210822.l4L8Miog004013@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Mon, 21 May 2007 08:22:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d hostid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 08:22:44 -0000 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. Revision Changes Path 1.3 +2 -2 src/etc/rc.d/hostid