Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 411555 | Differences between
and this patch

Collapse All | Expand All

(-)pax-utils.eclass (+4 lines)
Lines 103-108 pax-mark() { Link Here
103
		ewarn "Failed to set PaX markings -${flags} for:"
103
		ewarn "Failed to set PaX markings -${flags} for:"
104
		_pax_list_files ewarn ${failures}
104
		_pax_list_files ewarn ${failures}
105
		ewarn "Executables may be killed by PaX kernels."
105
		ewarn "Executables may be killed by PaX kernels."
106
	else
107
		# Workaround asynchronous mtime update regression in ZFS. bug #411555
108
		# Remove this workaround once sys-fs/zfs-kmod is patched to fix it.
109
		touch "$@"
106
	fi
110
	fi
107
	return ${fail}
111
	return ${fail}
108
}
112
}

Return to bug 411555