git: d31c10fca32c - releng/14.1 - nuageinit: by default to not enable nuageinit

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Thu, 23 May 2024 07:51:05 UTC
The branch releng/14.1 has been updated by bapt:

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

commit d31c10fca32c6ee07e35d50010ef1b55976a5d25
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-05-14 12:15:43 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-05-23 07:49:46 +0000

    nuageinit: by default to not enable nuageinit
    
    MFC After:      1 day
    Reported by:    karels@
    Approved by:    re (cperciva)
    
    (cherry picked from commit 5681636ead6790d5ad2c24a4712f010fcdfc926c)
    (cherry picked from commit 2c5c85cbcfac0037aaafff130d9c4bdb5d341fe8)
---
 libexec/rc/rc.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index 831ef202219c..7f9e67981eec 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -725,6 +725,7 @@ newsyslog_enable="YES"	# Run newsyslog at startup.
 newsyslog_flags="-CN"	# Newsyslog flags to create marked files
 mixer_enable="YES"	# Run the sound mixer.
 opensm_enable="NO"	# Opensm(8) for infiniband devices defaults to off
+nuageinit_enable="NO"	# Run nuageinit at startup
 
 # rctl(8) requires kernel options RACCT and RCTL
 rctl_enable="YES"		# Load rctl(8) rules on boot