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 98AE31382C5 for ; Wed, 11 Apr 2018 10:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB30CE0B46; Wed, 11 Apr 2018 10:07:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 83EBAE0B46 for ; Wed, 11 Apr 2018 10:07:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3EB53335C74 for ; Wed, 11 Apr 2018 10:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03ED1274 for ; Wed, 11 Apr 2018 10:07:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1523441268.d563a29adc06b1ce9ca658b526d57e7024c2730e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/di/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/di/files/di-4.45-no_echo-n.patch X-VCS-Directories: sys-block/di/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d563a29adc06b1ce9ca658b526d57e7024c2730e X-VCS-Branch: master Date: Wed, 11 Apr 2018 10:07:54 +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: d42cbd12-92c9-4a49-8c87-6716043438a7 X-Archives-Hash: c3594e491c104e17ac69a092e97bc84a commit: d563a29adc06b1ce9ca658b526d57e7024c2730e Author: Lars Wendler gentoo org> AuthorDate: Wed Apr 11 10:07:48 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Apr 11 10:07:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d563a29a sys-block/di: Minor patch correction. Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-block/di/files/di-4.45-no_echo-n.patch | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/sys-block/di/files/di-4.45-no_echo-n.patch b/sys-block/di/files/di-4.45-no_echo-n.patch index c0c1b1e0f2a..a15901a257b 100644 --- a/sys-block/di/files/di-4.45-no_echo-n.patch +++ b/sys-block/di/files/di-4.45-no_echo-n.patch @@ -62,7 +62,15 @@ https://www.in-ulm.de/%7Emascheck/various/echo+printf/ } --- di-4.45/mkconfig/mkconfig.sh +++ di-4.45/mkconfig/mkconfig.sh -@@ -154,7 +154,7 @@ +@@ -28,7 +28,6 @@ + . ${_MKCONFIG_DIR}/bin/shellfuncs.sh + + doshelltest $0 $@ +-setechovars + + LOG="mkconfig.log" + _MKCONFIG_TMP="_tmp_mkconfig" +@@ -154,7 +153,7 @@ tlabel=$2 echo " $ifleveldisp[${tname}] ${tlabel} ... " >&9 @@ -71,6 +79,16 @@ https://www.in-ulm.de/%7Emascheck/various/echo+printf/ } _doexport () { +--- di-4.45/mkconfig/mkc.sh ++++ di-4.45/mkconfig/mkc.sh +@@ -16,7 +16,6 @@ + . ${_MKCONFIG_DIR}/bin/shellfuncs.sh + + doshelltest $0 $@ +-setechovars + + rc=0 + args=$@ --- di-4.45/mkconfig/units/c-main.sh +++ di-4.45/mkconfig/units/c-main.sh @@ -559,7 +559,7 @@