commit: ff0c85e4b734148321036a9ac26e981c742c94c0 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Jan 17 17:55:01 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Jan 18 09:19:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0c85e4
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(-) diff --git a/net-voip/yate/files/yate.rc6 b/net-voip/yate/files/yate.rc6 deleted file mode 100644 index edeff0f..00000000 --- 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 $? -}
