Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2021 04:52:09 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 20eb96979392 - main - rc.d: connect sysctl_lastload
Message-ID:  <202105200452.14K4q9gf099255@gitrepo.freebsd.org>

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

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

commit 20eb969793921dce9e524d19fc02b84cabd98f74
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2021-05-20 04:51:31 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2021-05-20 04:51:31 +0000

    rc.d: connect sysctl_lastload
    
    Add recently added sysctl_lastload.
---
 libexec/rc/rc.d/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 63dc17eceeaf..0834d8c4c2a0 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -104,6 +104,7 @@ CONFS=	DAEMON \
 	swap \
 	swaplate \
 	sysctl \
+	sysctl_lastload \
 	syslogd \
 	sysvipc \
 	tmp \



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