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 4EFAC59CB1 for ; Wed, 13 Apr 2016 05:42:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A93D721C00A; Wed, 13 Apr 2016 05:42:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 506B621C00A for ; Wed, 13 Apr 2016 05:42:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41007340D01 for ; Wed, 13 Apr 2016 05:42:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8305020E for ; Wed, 13 Apr 2016 05:42:06 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1460526102.535397ee94308f764f1e1b0b073618f749895511.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/, net-fs/samba/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/files/samba.conf net-fs/samba/samba-4.2.11.ebuild net-fs/samba/samba-4.3.8.ebuild net-fs/samba/samba-4.4.2.ebuild X-VCS-Directories: net-fs/samba/files/ net-fs/samba/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 535397ee94308f764f1e1b0b073618f749895511 X-VCS-Branch: master Date: Wed, 13 Apr 2016 05:42:06 +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: 139cc368-5ddc-4de1-953a-b7eca348c74f X-Archives-Hash: d8eb14584279586576e4046d7bc72612 commit: 535397ee94308f764f1e1b0b073618f749895511 Author: Sergey Popov gentoo org> AuthorDate: Wed Apr 13 05:41:42 2016 +0000 Commit: Sergey Popov gentoo org> CommitDate: Wed Apr 13 05:41:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535397ee net-fs/samba: stop using /var/run in ebuild and conf files too Gentoo-Bug: 454676 Package-Manager: portage-2.2.28 net-fs/samba/files/samba.conf | 4 ++-- net-fs/samba/samba-4.2.11.ebuild | 2 +- net-fs/samba/samba-4.3.8.ebuild | 2 +- net-fs/samba/samba-4.4.2.ebuild | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-fs/samba/files/samba.conf b/net-fs/samba/files/samba.conf index b398b8d..e0a6f32 100644 --- a/net-fs/samba/files/samba.conf +++ b/net-fs/samba/files/samba.conf @@ -1,2 +1,2 @@ -D /var/run/samba 0755 root root -D /var/lock/samba 0755 root root +D /run/samba 0755 root root +D /run/lock/samba 0755 root root diff --git a/net-fs/samba/samba-4.2.11.ebuild b/net-fs/samba/samba-4.2.11.ebuild index 51fcc33..eee6b52 100644 --- a/net-fs/samba/samba-4.2.11.ebuild +++ b/net-fs/samba/samba-4.2.11.ebuild @@ -137,7 +137,7 @@ multilib_src_configure() { --sysconfdir=/etc --localstatedir=/var --with-modulesdir=/usr/$(get_libdir)/samba - --with-piddir=/var/run/${PN} + --with-piddir=/run/${PN} --bundled-libraries=NONE --builtin-libraries=NONE --disable-rpath diff --git a/net-fs/samba/samba-4.3.8.ebuild b/net-fs/samba/samba-4.3.8.ebuild index c7b267c..5b2cfe0 100644 --- a/net-fs/samba/samba-4.3.8.ebuild +++ b/net-fs/samba/samba-4.3.8.ebuild @@ -129,7 +129,7 @@ multilib_src_configure() { --sysconfdir=/etc --localstatedir=/var --with-modulesdir=/usr/$(get_libdir)/samba - --with-piddir=/var/run/${PN} + --with-piddir=/run/${PN} --bundled-libraries=NONE --builtin-libraries=NONE --disable-rpath diff --git a/net-fs/samba/samba-4.4.2.ebuild b/net-fs/samba/samba-4.4.2.ebuild index 94cfac8..9f464a2 100644 --- a/net-fs/samba/samba-4.4.2.ebuild +++ b/net-fs/samba/samba-4.4.2.ebuild @@ -116,7 +116,7 @@ multilib_src_configure() { --sysconfdir=/etc --localstatedir=/var --with-modulesdir=/usr/$(get_libdir)/samba - --with-piddir=/var/run/${PN} + --with-piddir=/run/${PN} --bundled-libraries=NONE --builtin-libraries=NONE --disable-rpath