Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2021 06:45:54 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5cc84f7ae5a6 - stable/13 - rc.d: connect sysctl_lastload
Message-ID:  <202107160645.16G6jsR1001852@gitrepo.freebsd.org>

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

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

commit 5cc84f7ae5a6a32cd52aaad5ceeb0151cf6b64f3
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2021-05-20 04:51:31 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2021-07-16 06:45:33 +0000

    rc.d: connect sysctl_lastload
    
    Add recently added sysctl_lastload.
    
    (cherry picked from commit 20eb969793921dce9e524d19fc02b84cabd98f74)
---
 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 13ed6048efc0..ed4827a10226 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -107,6 +107,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?202107160645.16G6jsR1001852>