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 1BE67138350 for ; Fri, 13 Mar 2020 05:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 039EEE0D0A; Fri, 13 Mar 2020 05:18:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6D181E0CA6 for ; Fri, 13 Mar 2020 05:18:28 +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 137A334EF8F for ; Fri, 13 Mar 2020 05:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72257168 for ; Fri, 13 Mar 2020 05:18:24 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1584076684.19ae1bc82103fd5dd35d94b7a0d0a8a20ec4acb5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-9999.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 19ae1bc82103fd5dd35d94b7a0d0a8a20ec4acb5 X-VCS-Branch: master Date: Fri, 13 Mar 2020 05:18:24 +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: b924c542-fd02-4011-8da7-0268e2ee5e9e X-Archives-Hash: 544da887c2e3a62174987e5eebb7b0fe commit: 19ae1bc82103fd5dd35d94b7a0d0a8a20ec4acb5 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Mar 13 05:16:27 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Mar 13 05:18:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ae1bc8 sys-fs/zfs: update live ebuild sed file path upstream moved file Reported-by: Matthew Thode gentoo.org> Signed-off-by: Georgy Yakovlev gentoo.org> sys-fs/zfs/zfs-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index f40bd0bca2a..cb8a4427800 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -110,7 +110,7 @@ src_prepare() { # prevent errors showing up on zfs-mount stop, #647688 # openrc will unmount all filesystems anyway. - sed -i "/^ZFS_UNMOUNT=/ s/yes/no/" etc/init.d/zfs.in || die + sed -i "/^ZFS_UNMOUNT=/ s/yes/no/" etc/default/zfs.in || die } src_configure() {