Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2022 14:22:02 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 6689ab7b6c - main - 12.4R/relnotes.adoc: Move sh entry
Message-ID:  <202211091422.2A9EM2Hv042357@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore (ports committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=6689ab7b6cc376bf79e90b101f53dafa420bf7b4

commit 6689ab7b6cc376bf79e90b101f53dafa420bf7b4
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-09 10:34:49 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-11-09 14:21:47 +0000

    12.4R/relnotes.adoc: Move sh entry
    
    Sort entries in Userland Application Changes alphabetically by utility
    name and, within the same utility, chronologically by commit date.
    
    Approved by:    re (gjb, implicit)
---
 website/content/en/releases/12.4R/relnotes.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index 25758b9ede..1d2c30cf68 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -112,14 +112,14 @@ This section covers changes and additions to userland applications, contributed
 [[userland-programs]]
 === Userland Application Changes
 
-The man:sh[1] utility will now read more profile files. It will load each .sh file in /etc/profile.d, then /usr/local/etc/profile, then each .sh file in /usr/local/etc/profile.d/.
-
 The man:cp[1] utility will detect infinite recursion caused by `-R` flag and squash it.
 
 The man:cp[1] utility will honor properly `-H`, `-L` and `-P` flags. Notably, it will not resolve symlinks encountedered during traversal when either `-H` or `-P` are specified.
 
 The man:cp[1] utility will allow `-P` working without `-R` as per POSIX.
 
+The man:sh[1] utility will now read more profile files. It will load each .sh file in /etc/profile.d, then /usr/local/etc/profile, then each .sh file in /usr/local/etc/profile.d/.
+
 [[userland-contrib]]
 === Contributed Software
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211091422.2A9EM2Hv042357>