git: c7d5cc6f5e64 - main - Revert "rc.d/mountlate: discard output from nextboot"

From: Robert Wing <rew_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 06:03:21 UTC
The branch main has been updated by rew:

URL: https://cgit.FreeBSD.org/src/commit/?id=c7d5cc6f5e64961a054ad4fb0544102f8b0257fd

commit c7d5cc6f5e64961a054ad4fb0544102f8b0257fd
Author:     Robert Wing <rew@FreeBSD.org>
AuthorDate: 2024-02-21 06:04:15 +0000
Commit:     Robert Wing <rew@FreeBSD.org>
CommitDate: 2024-02-21 06:04:15 +0000

    Revert "rc.d/mountlate: discard output from nextboot"
    
    This reverts commit 4cea0cbcc9d3a6583e5325ca081c09c8a9423172.
    
    Requested by:   imp
---
 libexec/rc/rc.d/mountlate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.d/mountlate b/libexec/rc/rc.d/mountlate
index 4547e8ec6876..133192ac183c 100755
--- a/libexec/rc/rc.d/mountlate
+++ b/libexec/rc/rc.d/mountlate
@@ -39,7 +39,7 @@ mountlate_start()
  	# If we booted a special kernel remove the record
  	# so we will boot the default kernel next time.
  	if [ -x /sbin/nextboot ]; then
-		/sbin/nextboot -D > /dev/null 2>&1
+		/sbin/nextboot -D
  	fi
 }