commit: 518d02c66133f4e69fd5265ba0bff1fe05814d43
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 20:23:51 2017 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> 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"}"