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 98763138A1A for ; Sun, 18 Jan 2015 15:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAB7BE0828; Sun, 18 Jan 2015 15:30:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1E5BE0828 for ; Sun, 18 Jan 2015 15:30:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1DF73406DD for ; Sun, 18 Jan 2015 15:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66583FD9B for ; Sun, 18 Jan 2015 15:30:25 +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: <1421594023.3c5dc0ec7774a72e243da43ac5180ea36a311ad8.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/tmpfiles.dev.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 3c5dc0ec7774a72e243da43ac5180ea36a311ad8 X-VCS-Branch: master Date: Sun, 18 Jan 2015 15:30:25 +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: ea76e548-28c0-45f4-a248-ba7ad7ad7d68 X-Archives-Hash: aae7c3f98d95d8fce8b44bae59236b23 commit: 3c5dc0ec7774a72e243da43ac5180ea36a311ad8 Author: William Hubbs gmail com> AuthorDate: Sun Jan 18 15:12:58 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Jan 18 15:13:43 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=3c5dc0ec tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly --- init.d/tmpfiles.dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in index 3566928..c809bf9 100644 --- a/init.d/tmpfiles.dev.in +++ b/init.d/tmpfiles.dev.in @@ -14,7 +14,7 @@ depend() start() { ebegin "setting up tmpfiles.d entries for /dev" - @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create ${tmpfiles_opts} + @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --boot ${tmpfiles_opts} eend $? return 0 }