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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 365A915802F for ; Sun, 2 Apr 2023 21:12:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D137E077F; Sun, 2 Apr 2023 21:12:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D43FE077D for ; Sun, 2 Apr 2023 21:12:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19B25340CF8 for ; Sun, 2 Apr 2023 21:12:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E775A15 for ; Sun, 2 Apr 2023 21:12:20 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1680469928.c2762e516190dda001c57b9e3a5af229923ee2d0.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-server/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gns3-server/files/gns3-server-2.2.33.1-openrc-posix-complaint.patch X-VCS-Directories: net-misc/gns3-server/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c2762e516190dda001c57b9e3a5af229923ee2d0 X-VCS-Branch: master Date: Sun, 2 Apr 2023 21:12:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7ecc47c-77b4-421a-8091-41791d703c5a X-Archives-Hash: 44e41b05a2c3282e6d0e27b54cdbadc0 commit: c2762e516190dda001c57b9e3a5af229923ee2d0 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Apr 2 19:15:21 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Apr 2 21:12:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2762e51 net-misc/gns3-server: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30447 Signed-off-by: Conrad Kostecki gentoo.org> ...ns3-server-2.2.33.1-openrc-posix-complaint.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/net-misc/gns3-server/files/gns3-server-2.2.33.1-openrc-posix-complaint.patch b/net-misc/gns3-server/files/gns3-server-2.2.33.1-openrc-posix-complaint.patch deleted file mode 100644 index 9c263bd812f9..000000000000 --- a/net-misc/gns3-server/files/gns3-server-2.2.33.1-openrc-posix-complaint.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 3b108563a0784df332791d44cf70bbba0fc81822 -Author: Michael Mair-Keimberger -Date: Mon Aug 8 19:23:16 2022 +0200 - - gns3.service.openrc: make openrc script posix compliant - -diff --git a/init/gns3.service.openrc b/init/gns3.service.openrc -index 8b0864cd..5a574fca 100755 ---- a/init/gns3.service.openrc -+++ b/init/gns3.service.openrc -@@ -23,8 +23,8 @@ depend() { - - checkconfig() { - if yesno "${GNS3_SERVER_LOG_ENABLED}" ; then -- command_args+=" --log ${GNS3_SERVER_LOG}"; -- if [ "${command_user}" ] ; then -+ command_args="${command_args} --log ${GNS3_SERVER_LOG}"; -+ if [ "${command_user}" ] ; then - checkpath --directory --mode 0700 --owner "${command_user}" "${GNS3_SERVER_LOG_PATH}"; - else - unset command_user