From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E650F138334 for ; Wed, 18 Jul 2018 08:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1246DE0844; Wed, 18 Jul 2018 08:07:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9FCCE0844 for ; Wed, 18 Jul 2018 08:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2E463335C2E for ; Wed, 18 Jul 2018 08:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9A4935F for ; Wed, 18 Jul 2018 08:07:08 +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: <1531901216.8374b58dfa5178f78f70ccdf49fab7c51da4e77c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/files/4.4/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/files/4.4/samba4.confd X-VCS-Directories: net-fs/samba/files/4.4/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8374b58dfa5178f78f70ccdf49fab7c51da4e77c X-VCS-Branch: master Date: Wed, 18 Jul 2018 08:07:08 +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: fbde0c2b-1e24-46d8-bdd8-eff152958f17 X-Archives-Hash: 4a2c128fd060a30dcf3ee0d6b726b616 commit: 8374b58dfa5178f78f70ccdf49fab7c51da4e77c Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 18 08:06:56 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 18 08:06:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8374b58d net-fs/samba: Fixed name of pidfile. Closes: https://bugs.gentoo.org/652896 Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-fs/samba/files/4.4/samba4.confd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/files/4.4/samba4.confd b/net-fs/samba/files/4.4/samba4.confd index 2604981f214..629a605021a 100644 --- a/net-fs/samba/files/4.4/samba4.confd +++ b/net-fs/samba/files/4.4/samba4.confd @@ -32,7 +32,7 @@ nmbd_reload="killall -HUP nmbd" samba4_start_options="" samba4_command="/usr/sbin/samba" -samba4_pidfile="${piddir}/samba4.pid" +samba4_pidfile="${piddir}/samba.pid" samba4_start="start-stop-daemon --start --exec ${samba4_command} --pidfile ${samba4_pidfile} -- ${samba4_start_options}" samba4_stop="start-stop-daemon --stop --exec ${samba4_command} --pidfile ${samba4_pidfile}" samba4_reload="killall -HUP samba"