net-voip/yate: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Tue, 17 Jan 2017 17:55:01 +0000 (18:55 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 18 Jan 2017 09:19:27 +0000 (10:19 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3516

net-voip/yate/files/yate.rc6 [deleted file]

diff --git a/net-voip/yate/files/yate.rc6 b/net-voip/yate/files/yate.rc6
deleted file mode 100644 (file)
index edeff0f..0000000
+++ /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 $?
-}