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 DECA3138200 for ; Sat, 20 Oct 2012 02:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7404E03E0; Sat, 20 Oct 2012 02:53:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2ECD1E03E0 for ; Sat, 20 Oct 2012 02:53:10 +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 88F3D33D7F3 for ; Sat, 20 Oct 2012 02:53:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 39125E5441 for ; Sat, 20 Oct 2012 02:53:08 +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: <1350701540.84820085594d6699a3c5ee08b4997fec8f323f10.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.11.x commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/tmpfilesd.sysinit.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 84820085594d6699a3c5ee08b4997fec8f323f10 X-VCS-Branch: openrc-0.11.x Date: Sat, 20 Oct 2012 02:53:08 +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: 123cff86-3a63-4b55-85ad-cbf4ad2bf342 X-Archives-Hash: 7496b8c368af8779f68f830054f3877f commit: 84820085594d6699a3c5ee08b4997fec8f323f10 Author: William Hubbs gmail com> AuthorDate: Sat Oct 20 02:45:14 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Oct 20 02:52:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=84820085 tmfiles: change need dev to use dev. This is being changed to use for the reason I stated in the previous commit. There is no guarantee that someone is using a device manager. --- init.d/tmpfilesd.sysinit.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/tmpfilesd.sysinit.in b/init.d/tmpfilesd.sysinit.in index c4c2a2f..303a1cf 100644 --- a/init.d/tmpfilesd.sysinit.in +++ b/init.d/tmpfilesd.sysinit.in @@ -8,7 +8,7 @@ depend() { # Convert to 'need dev' when the new udev is ready, for OpenRC 0.11 #need dev-mount - need dev + use dev } start()