From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-946728-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 447AC139695
	for <garchives@archives.gentoo.org>; Fri, 28 Apr 2017 22:03:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6326FE0E26;
	Fri, 28 Apr 2017 22:02:57 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 42906E0E26
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Apr 2017 22:02:57 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B87FC3416C7
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Apr 2017 22:02:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ED947427
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Apr 2017 22:02:54 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1493416713.0f7a75329c65ec87a7f03c67e421bbab32ca5e6c.floppym@gentoo>
Subject: [gentoo-commits] proj/gentoo-systemd-integration:master commit in: tmpfiles.d/
X-VCS-Repository: proj/gentoo-systemd-integration
X-VCS-Files: tmpfiles.d/gentoo-run.conf
X-VCS-Directories: tmpfiles.d/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: 0f7a75329c65ec87a7f03c67e421bbab32ca5e6c
X-VCS-Branch: master
Date: Fri, 28 Apr 2017 22:02:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: c0b82be2-31a1-4320-b23a-04fa54de7449
X-Archives-Hash: 5588ed6e9069b18bded50b35ba6d2021

commit:     0f7a75329c65ec87a7f03c67e421bbab32ca5e6c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 21:58:33 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 21:58:33 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-systemd-integration.git/commit/?id=0f7a7532

Update mode/group on /run/lock to match OpenRC

 tmpfiles.d/gentoo-run.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmpfiles.d/gentoo-run.conf b/tmpfiles.d/gentoo-run.conf
index 5b3bcab..bede9fa 100644
--- a/tmpfiles.d/gentoo-run.conf
+++ b/tmpfiles.d/gentoo-run.conf
@@ -2,4 +2,4 @@
 # We just create that directory for now, just in case.
 # Of course, it's not guaranteed that'll satisfy all relevant packages.
 
-d /run/lock 0755 root root -
+d /run/lock 0775 root uucp -