git: 2c5c85cbcfac - stable/14 - nuageinit: by default to not enable nuageinit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 May 2024 11:25:19 UTC
The branch stable/14 has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=2c5c85cbcfac0037aaafff130d9c4bdb5d341fe8
commit 2c5c85cbcfac0037aaafff130d9c4bdb5d341fe8
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-05-14 12:15:43 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-05-20 11:24:38 +0000
nuageinit: by default to not enable nuageinit
MFC After: 1 day
Reported by: karels@
(cherry picked from commit 5681636ead6790d5ad2c24a4712f010fcdfc926c)
---
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