From 2484258b60b70c23d2b7aa61e536f14572b3d4c8 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 10 Nov 2020 10:40:44 +0000 Subject: [PATCH] Add an entry for r351863 (honoring ${name}_env in rc(8) scripts) PR: 239692 Requested by: koobs --- RELNOTES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELNOTES b/RELNOTES index 684c6466d692..759994d1f106 100644 --- a/RELNOTES +++ b/RELNOTES @@ -157,6 +157,13 @@ r352304: ntpd is no longer by default locked in memory. rlimit memlock 32 or rlimit memlock 0 can be used to restore this behaviour. +r351863: + rc.subr(8) now honors ${name}_env in all rc(8) scripts. Previously, + environment variables set by a user via ${name}_env were ignored + if the service defined a custom *_cmd variable to control the behavior + of the run_rc_command function, e.g., start_cmd, instead of relying on + the variables like command and command_args, + r351770,r352920,r352922,r352923: dd(1) now supports conv=fsync, conv=fdatasync, oflag=fsync, oflag=sync, and iflag=fullblock flags, compatible with illumos and GNU.