From ff0c85e4b734148321036a9ac26e981c742c94c0 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Tue, 17 Jan 2017 18:55:01 +0100 Subject: [PATCH] net-voip/yate: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3516 --- net-voip/yate/files/yate.rc6 | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net-voip/yate/files/yate.rc6 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 $? -} -- 2.26.2