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 80328138334 for ; Sat, 9 Jun 2018 00:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE29E0943; Sat, 9 Jun 2018 00:28:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40E47E0943 for ; Sat, 9 Jun 2018 00:28:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F018D335CB4 for ; Sat, 9 Jun 2018 00:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D1FD29E for ; Sat, 9 Jun 2018 00:28:00 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1528504001.cdf3dddb4afcf2022d35e9f88f03003bdc6a2469.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbear/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dropbear/dropbear-2018.76.ebuild X-VCS-Directories: net-misc/dropbear/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: cdf3dddb4afcf2022d35e9f88f03003bdc6a2469 X-VCS-Branch: master Date: Sat, 9 Jun 2018 00:28: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: 782bce3c-f30a-4cba-a762-a490eb625c1c X-Archives-Hash: 27c5c53920591ea22585083161a8c04e commit: cdf3dddb4afcf2022d35e9f88f03003bdc6a2469 Author: Mike Frysinger gentoo org> AuthorDate: Sat Jun 9 00:26:21 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Jun 9 00:26:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf3dddb net-misc/dropbear: update config header #652934 Closes: https://bugs.gentoo.org/652934 net-misc/dropbear/dropbear-2018.76.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/dropbear/dropbear-2018.76.ebuild b/net-misc/dropbear/dropbear-2018.76.ebuild index f73f40c403a..a3ec3a6212d 100644 --- a/net-misc/dropbear/dropbear-2018.76.ebuild +++ b/net-misc/dropbear/dropbear-2018.76.ebuild @@ -38,13 +38,13 @@ set_options() { src_prepare() { epatch "${FILESDIR}"/${PN}-0.46-dbscp.patch - sed -i \ + sed \ -e '/SFTPSERVER_PATH/s:".*":"/usr/lib/misc/sftp-server":' \ - options.h || die + default_options.h > localoptions.h || die sed -i \ -e '/pam_start/s:sshd:dropbear:' \ svr-authpam.c || die - restore_config options.h + restore_config localoptions.h } src_configure() { @@ -86,7 +86,7 @@ src_install() { dosym ../bin/dropbearmulti /usr/sbin/dropbear cd "${S}" fi - save_config options.h + save_config localoptions.h if ! use minimal ; then mv "${ED}"/usr/bin/{,db}scp || die