From 541f9d7e006092cf01d01a85dad0537128d41908 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Fri, 10 Feb 2017 16:45:34 +0100 Subject: [PATCH] sys-cluster/cman: remove unused file Closes: https://github.com/gentoo/gentoo/pull/3900 --- sys-cluster/cman/files/qdiskd.initd | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sys-cluster/cman/files/qdiskd.initd diff --git a/sys-cluster/cman/files/qdiskd.initd b/sys-cluster/cman/files/qdiskd.initd deleted file mode 100644 index 96a946e49d0f..000000000000 --- a/sys-cluster/cman/files/qdiskd.initd +++ /dev/null @@ -1,21 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later -# $Id$ - -depend() { - use net - need cman -} - -start() { - ebegin "Starting the Quorum Disk Daemon" - start-stop-daemon --start --quiet --exec /usr/sbin/qdiskd -- -Q - eend $? "Failed to start qdiskd" -} - -stop() { - ebegin "Stopping the Quorum Disk Daemon" - start-stop-daemon --stop --pidfile /var/run/qdiskd.pid - eend $? "Failed to stop qdiskd" -} -- 2.26.2