summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-17 18:55:01 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-18 10:19:27 +0100
commitff0c85e4b734148321036a9ac26e981c742c94c0 (patch)
tree01da559b27cec098f291462989f443c705a2f16e /net-voip/yate
parentnet-voip/openmcu: remove unused patch (diff)
downloadgentoo-ff0c85e4b734148321036a9ac26e981c742c94c0.tar.gz
gentoo-ff0c85e4b734148321036a9ac26e981c742c94c0.tar.bz2
gentoo-ff0c85e4b734148321036a9ac26e981c742c94c0.zip
net-voip/yate: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3516
Diffstat (limited to 'net-voip/yate')
-rw-r--r--net-voip/yate/files/yate.rc620
1 files changed, 0 insertions, 20 deletions
diff --git a/net-voip/yate/files/yate.rc6 b/net-voip/yate/files/yate.rc6
deleted file mode 100644
index edeff0fe8add..000000000000
--- a/net-voip/yate/files/yate.rc6
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting YATE"
- start-stop-daemon --start --exec /usr/bin/yate -- -d -p /var/run/yate.pid ${YATE_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping YATE"
- start-stop-daemon --stop --pidfile=/var/run/yate.pid
- eend $?
-}