commit: 541f9d7e006092cf01d01a85dad0537128d41908 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Feb 10 15:45:34 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Feb 10 22:32:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541f9d7e
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(-) diff --git a/sys-cluster/cman/files/qdiskd.initd b/sys-cluster/cman/files/qdiskd.initd deleted file mode 100644 index 96a946e49d..0000000000 --- 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" -}
