Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/sanlock/files/
Date: Tue, 30 May 2017 21:04:16
Message-Id: 1496178236.518d02c66133f4e69fd5265ba0bff1fe05814d43.mschiff@gentoo
1 commit: 518d02c66133f4e69fd5265ba0bff1fe05814d43
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 20:23:51 2017 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 21:03:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518d02c6
7
8 sys-cluster/sanlock: fix init script
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-cluster/sanlock/files/sanlock.initd | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-cluster/sanlock/files/sanlock.initd b/sys-cluster/sanlock/files/sanlock.initd
16 index 8121aa55e6a..823e5edf26b 100644
17 --- a/sys-cluster/sanlock/files/sanlock.initd
18 +++ b/sys-cluster/sanlock/files/sanlock.initd
19 @@ -2,7 +2,7 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -pidfile="/var/run/snlock.pid"
24 -command="/usr/sbin/snlock"
25 +pidfile="/var/run/sanlock.pid"
26 +command="/usr/sbin/sanlock"
27 command_args="daemon ${SANLOCKOPTS:-"-U sanlock -G sanlock"}"