From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 509C4139085 for ; Wed, 18 Jan 2017 09:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0F1E23406A; Wed, 18 Jan 2017 09:24:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADDDC23406F for ; Wed, 18 Jan 2017 09:24:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C233F3414C1 for ; Wed, 18 Jan 2017 09:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25142288A for ; Wed, 18 Jan 2017 09:24:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484731167.ff0c85e4b734148321036a9ac26e981c742c94c0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/yate/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/yate/files/yate.rc6 X-VCS-Directories: net-voip/yate/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ff0c85e4b734148321036a9ac26e981c742c94c0 X-VCS-Branch: master Date: Wed, 18 Jan 2017 09:24:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 65dc7b18-08be-4310-a03f-69af265227cc X-Archives-Hash: 80e204e0822372d16a10fd0555deda58 commit: ff0c85e4b734148321036a9ac26e981c742c94c0 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Tue Jan 17 17:55:01 2017 +0000 Commit: David Seifert gentoo 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 $? -}