From e9c78e147b0d20722311239bd25468acc4f8ddb9 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 12 Apr 2019 19:05:46 +0000 Subject: [PATCH] Release notes documentation: - r340611, rc.initdiskless support for auxiliary RAM. - r340966, rcorder(8) rc.resume support. - r341792, jail.conf(5) definition moved in rc.d/jail script. - r341794, 340.noid periodic(8) no longer decends to jail(8)s. - r342103, PATH now set in system crontab(5). - r343046, rc_service addition to rc.subr(8). - r343469, devd.conf(5) update to prevent duplicate hostapd(8) and wpa_supplicant(8) startup. Sponsored by: The FreeBSD Foundation --- .../doc/en_US.ISO8859-1/relnotes/article.xml | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index b395d7d8294..c7ff21142bf 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -161,7 +161,14 @@ Userland Configuration Changes -   + The system &man.crontab.5;, + /etc/crontab, has been updated to set + PATH for consistency with the &man.cron.8; + daemon. + + The default &man.devd.conf.5; has been + updated to prevent duplicated &man.hostapd.8; and + &man.wpa.supplicant.8; startup via &man.devd.8;. @@ -230,14 +237,33 @@ <filename class="directory">/etc/rc.d</filename> Scripts -   + Support for auxiliary + RAM has been added to + /etc/rc.initdiskless. + + The &man.rcorder.8; utility has been + updated to add support for + /etc/rc.resume. + + The jail_conf + definition, which defaults to + /etc/jail.conf, has been moved from + the &man.jail.8; &man.rc.8; script to + /etc/defaults/rc.conf. + + The rc_service + variable has been added to &man.rc.subr.8;, which defaults to + the path of the service being executed in case the service + needs to re-invoke itself. <filename class="directory">/etc/periodic</filename> Scripts -   + The &man.periodic.8; weekly + 340.noid script has been updated to + prevent decending into the root directory of jails. -- 2.45.0