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 0E6691388BF for ; Wed, 13 Jan 2016 16:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2E6B21C018; Wed, 13 Jan 2016 16:46: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 549DC21C018 for ; Wed, 13 Jan 2016 16:46:19 +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 3310C340754 for ; Wed, 13 Jan 2016 16:46:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA871A01 for ; Wed, 13 Jan 2016 16:46:14 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1452703570.edd9ecd9b9b38c23df83dc19afc13a29e89b2c6b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/files/samba.conf X-VCS-Directories: net-fs/samba/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: edd9ecd9b9b38c23df83dc19afc13a29e89b2c6b X-VCS-Branch: master Date: Wed, 13 Jan 2016 16:46:14 +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: 8b1f4e9f-d28a-4876-8460-6c35305c4059 X-Archives-Hash: b3fe4a8e9092c13403e3fb180d80a9b1 commit: edd9ecd9b9b38c23df83dc19afc13a29e89b2c6b Author: Lars Wendler gentoo org> AuthorDate: Wed Jan 13 16:45:46 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jan 13 16:46:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd9ecd9 net-fs/samba: Added /var/lock/samba to tmpfiles.d file (bug #571464). Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/files/samba.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/net-fs/samba/files/samba.conf b/net-fs/samba/files/samba.conf index fce6812..b398b8d 100644 --- a/net-fs/samba/files/samba.conf +++ b/net-fs/samba/files/samba.conf @@ -1 +1,2 @@ D /var/run/samba 0755 root root +D /var/lock/samba 0755 root root