projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a99fc
)
sys-cluster/sanlock: fix init script
author
Marc Schiffbauer
<mschiff@gentoo.org>
Tue, 30 May 2017 20:23:51 +0000
(22:23 +0200)
committer
Marc 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
patch
|
blob
|
history
diff --git
a/sys-cluster/sanlock/files/sanlock.initd
b/sys-cluster/sanlock/files/sanlock.initd
index 8121aa55e6a6adb68997b5c76653c5c111568560..823e5edf26b8af55e71327f4483bb674bf445cdc 100644
(file)
--- 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/s
a
nlock.pid"
+command="/usr/sbin/s
a
nlock"
command_args="daemon ${SANLOCKOPTS:-"-U sanlock -G sanlock"}"