Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
timeout: Move from /usr/bin to /bintimeout(1) is used by /etc/rc.d/zfskeys. Unfortunately, havingtimeout(1) installed in /usr/bin causes problems when /usr is anencrypted ZFS partition.Implemen
timeout: Move from /usr/bin to /bintimeout(1) is used by /etc/rc.d/zfskeys. Unfortunately, havingtimeout(1) installed in /usr/bin causes problems when /usr is anencrypted ZFS partition.Implementing timeout(1) in sh(1) is not trivial. A more elegant solutionis to move timeout(1) to /bin so that it is available to early servicesin the boot process.PR: 265221Reviewed by: allanjude, des, impApproved by: allanjude, des, impReported by: Ivan <[email protected]>Fixes: 33ff39796ffe Add zfskeys rc.d script for auto-loading encryption keysMFC after: 1 weekRelnotes: yesSponsored by: Modirum MDPaySponsored by: Klara Inc.Differential Revision: https://reviews.freebsd.org/D38344
show more ...