sys-cluster/sanlock: fix init script
authorMarc Schiffbauer <mschiff@gentoo.org>
Tue, 30 May 2017 20:23:51 +0000 (22:23 +0200)
committerMarc Schiffbauer <mschiff@gentoo.org>
Tue, 30 May 2017 21:03:56 +0000 (23:03 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

sys-cluster/sanlock/files/sanlock.initd

index 8121aa55e6a6adb68997b5c76653c5c111568560..823e5edf26b8af55e71327f4483bb674bf445cdc 100644 (file)
@@ -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"}"