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 0A9E2139694 for ; Tue, 30 May 2017 21:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA5BE0E97; Tue, 30 May 2017 21:04: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 5D720E0E97 for ; Tue, 30 May 2017 21:04: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19A8B3416EA for ; Tue, 30 May 2017 21:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6ECC7459 for ; Tue, 30 May 2017 21:04:10 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1496178236.518d02c66133f4e69fd5265ba0bff1fe05814d43.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/sanlock/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/sanlock/files/sanlock.initd X-VCS-Directories: sys-cluster/sanlock/files/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 518d02c66133f4e69fd5265ba0bff1fe05814d43 X-VCS-Branch: master Date: Tue, 30 May 2017 21:04:10 +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: 6d2b875d-12b6-409b-93d5-a90b6349bdc1 X-Archives-Hash: c259538c51a59c6b6496f0220ea1005c commit: 518d02c66133f4e69fd5265ba0bff1fe05814d43 Author: Marc Schiffbauer gentoo org> AuthorDate: Tue May 30 20:23:51 2017 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Tue May 30 21:03:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518d02c6 sys-cluster/sanlock: fix init script Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-cluster/sanlock/files/sanlock.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/sanlock/files/sanlock.initd b/sys-cluster/sanlock/files/sanlock.initd index 8121aa55e6a..823e5edf26b 100644 --- a/sys-cluster/sanlock/files/sanlock.initd +++ b/sys-cluster/sanlock/files/sanlock.initd @@ -2,7 +2,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -pidfile="/var/run/snlock.pid" -command="/usr/sbin/snlock" +pidfile="/var/run/sanlock.pid" +command="/usr/sbin/sanlock" command_args="daemon ${SANLOCKOPTS:-"-U sanlock -G sanlock"}"