projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec21af3
)
sys-fs/zfs: update live ebuild sed file path
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Fri, 13 Mar 2020 05:16:27 +0000
(22:16 -0700)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Fri, 13 Mar 2020 05:18:04 +0000
(22:18 -0700)
upstream moved file
Reported-by: Matthew Thode <prometheanfire@gentoo.org>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-fs/zfs/zfs-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-fs/zfs/zfs-9999.ebuild
b/sys-fs/zfs/zfs-9999.ebuild
index f40bd0bca2a73e76f31fd3499473d82c7c43642f..cb8a4427800d9c3923e301e1908478a873768bce 100644
(file)
--- 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() {