commit: c2762e516190dda001c57b9e3a5af229923ee2d0 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Apr 2 19:15:21 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30447 Signed-off-by: Conrad Kostecki <conikost <AT> 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 <[email protected]> -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
