Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2024 12:17:05 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5681636ead67 - main - nuageinit: by default to not enable nuageinit
Message-ID:  <202405141217.44ECH5lO045070@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

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

commit 5681636ead6790d5ad2c24a4712f010fcdfc926c
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-05-14 12:15:43 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-05-14 12:16:45 +0000

    nuageinit: by default to not enable nuageinit
    
    MFC After:      1 day
    Reported by:    karels@
---
 libexec/rc/rc.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index 2bd8af67c602..1ee1573bbdba 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -721,6 +721,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



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