git: 5681636ead67 - main - nuageinit: by default to not enable nuageinit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 May 2024 12:17:05 UTC
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