diff options
Diffstat (limited to 'sys-cluster/sanlock')
-rw-r--r-- | sys-cluster/sanlock/files/sanlock.initd | 1 | ||||
-rw-r--r-- | sys-cluster/sanlock/files/wdmd.initd | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys-cluster/sanlock/files/sanlock.initd b/sys-cluster/sanlock/files/sanlock.initd index 30a5c1e56fd1..8121aa55e6a6 100644 --- a/sys-cluster/sanlock/files/sanlock.initd +++ b/sys-cluster/sanlock/files/sanlock.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ pidfile="/var/run/snlock.pid" command="/usr/sbin/snlock" diff --git a/sys-cluster/sanlock/files/wdmd.initd b/sys-cluster/sanlock/files/wdmd.initd index 70140f00fde2..a87106aaa853 100644 --- a/sys-cluster/sanlock/files/wdmd.initd +++ b/sys-cluster/sanlock/files/wdmd.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ pidfile="/var/run/wdmd.pid" command="/usr/sbin/wdmd" |