From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F09E198005 for ; Thu, 21 Mar 2013 16:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B316E05C7; Thu, 21 Mar 2013 16:06:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9948FE05C7 for ; Thu, 21 Mar 2013 16:06:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD47E33BEFB for ; Thu, 21 Mar 2013 16:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 40319E4073 for ; Thu, 21 Mar 2013 16:06:11 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1363881937.b92c709dd7f29cc1ff4a1129b95149912d30d55b.WilliamH@gentoo> Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/ X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: init.d/udev X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: b92c709dd7f29cc1ff4a1129b95149912d30d55b X-VCS-Branch: master Date: Thu, 21 Mar 2013 16:06:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2aff422-2fa9-450d-8028-27a672050177 X-Archives-Hash: 54c06aa338a7740b1d20a9943be9b9da commit: b92c709dd7f29cc1ff4a1129b95149912d30d55b Author: William Hubbs gentoo org> AuthorDate: Thu Mar 21 16:05:37 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Mar 21 16:05:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=b92c709d small wording change in the message about the /dev/root symlink --- init.d/udev | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/udev b/init.d/udev index b0955a4..8f07d8f 100644 --- a/init.d/udev +++ b/init.d/udev @@ -96,7 +96,7 @@ start_udevmonitor() populate_dev() { if yesno ${rc_dev_root_symlink:-yes}; then - ebegin "Generating a rule to create /dev/root symlink" + ebegin "Generating a rule to create a /dev/root symlink" /lib/udev/dev-root-link.sh eend $? fi