git: 20eb96979392 - main - rc.d: connect sysctl_lastload

Eugene Grosbein eugen at FreeBSD.org
Thu May 20 04:52:09 UTC 2021


The branch main has been updated by eugen:

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

commit 20eb969793921dce9e524d19fc02b84cabd98f74
Author:     Eugene Grosbein <eugen at FreeBSD.org>
AuthorDate: 2021-05-20 04:51:31 +0000
Commit:     Eugene Grosbein <eugen at 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 \


More information about the dev-commits-src-all mailing list