git: aed0c36c718c - stable/12 - rc.d: connect sysctl_lastload

Eugene Grosbein eugen at FreeBSD.org
Fri Jul 16 06:46:18 UTC 2021


The branch stable/12 has been updated by eugen:

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

commit aed0c36c718c2fc0b336544b3ece3d2651456fcf
Author:     Eugene Grosbein <eugen at FreeBSD.org>
AuthorDate: 2021-05-20 04:51:31 +0000
Commit:     Eugene Grosbein <eugen at FreeBSD.org>
CommitDate: 2021-07-16 06:46:04 +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 f6e6c437fece..699505f98770 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -111,6 +111,7 @@ CONFS=	DAEMON \
 	swap \
 	swaplate \
 	sysctl \
+	sysctl_lastload \
 	syslogd \
 	sysvipc \
 	tmp \


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