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 |
} |