From owner-cvs-src@FreeBSD.ORG Mon May 21 11:44:14 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 BB25E16A41F; Mon, 21 May 2007 11:44:14 +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 94D9613C448; Mon, 21 May 2007 11:44:14 +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 l4LBiE0w098484; Mon, 21 May 2007 11:44:14 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4LBiEHY098477; Mon, 21 May 2007 11:44:14 GMT (envelope-from rse) Message-Id: <200705211144.l4LBiEHY098477@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Mon, 21 May 2007 11:44:13 +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 11:44:14 -0000 rse 2007-05-21 11:44:13 UTC FreeBSD src repository Modified files: etc/rc.d hostid Log: Adjust UUID lower-case translation from straight-forward tr(1) usage to an equivalent csh(1) usage as tr(1) stays in /usr/bin and /etc/rc.d/hostid has just the root filesystem (and this way mainly the tools in /bin) available. I've chosen csh(1) here as the string manipulation tools available in /bin is extremely limited and the (only) alternative ed(1) usage would have been a lot more complicated or even might require a temporary file. Revision Changes Path 1.4 +2 -1 src/etc/rc.d/hostid