Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
timeout_test.sh: Fix typoSigned-off-by: Elyes Haouas <ehaouas@noos.fr>Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/906
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 <r4@sovserv.ru>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 ...