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 58B551387FD for ; Thu, 3 Apr 2014 18:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A27BE0AFE; Thu, 3 Apr 2014 18:05:19 +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 C5284E0AFE for ; Thu, 3 Apr 2014 18:05:18 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0DC633FD64 for ; Thu, 3 Apr 2014 18:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9A284188F3 for ; Thu, 3 Apr 2014 18:05:16 +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: <1396546767.20d7b83150b18b0eca550d9bb2e1d5fb0acbbd89.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: 20d7b83150b18b0eca550d9bb2e1d5fb0acbbd89 X-VCS-Branch: master Date: Thu, 3 Apr 2014 18:05:16 +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: 5bb41bee-1206-4db3-ba22-f9d946a02932 X-Archives-Hash: fa4fb537432d57347c398b4bee2cdab4 commit: 20d7b83150b18b0eca550d9bb2e1d5fb0acbbd89 Author: Andrew Gregory gmail com> AuthorDate: Wed Mar 26 16:14:08 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Apr 3 17:39:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=20d7b831 tmpfiles.dev: remove --remove option For compatibility with systemd. Signed-off-by: Andrew Gregory gmail.com> --- init.d/tmpfiles.dev.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in index c2de59f..3566928 100644 --- a/init.d/tmpfiles.dev.in +++ b/init.d/tmpfiles.dev.in @@ -14,8 +14,7 @@ depend() start() { ebegin "setting up tmpfiles.d entries for /dev" - @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --remove \ - ${tmpfiles_opts} + @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create ${tmpfiles_opts} eend $? return 0 }