* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cman/files/
@ 2017-02-10 22:34 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-02-10 22:34 UTC (permalink / raw
To: gentoo-commits
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"
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-10 22:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 22:34 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cman/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox