diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2021-05-20 04:51:31 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2021-07-16 06:45:33 +0000 |
commit | 5cc84f7ae5a6a32cd52aaad5ceeb0151cf6b64f3 (patch) | |
tree | 3ccd74099d597b2ba94e030412f193c547ff4f46 | |
parent | c403205e553ee7402ab1adf6da4a8dbd722f8608 (diff) | |
download | src-5cc84f7ae5a6a32cd52aaad5ceeb0151cf6b64f3.tar.gz src-5cc84f7ae5a6a32cd52aaad5ceeb0151cf6b64f3.zip |
rc.d: connect sysctl_lastload
Add recently added sysctl_lastload.
(cherry picked from commit 20eb969793921dce9e524d19fc02b84cabd98f74)
-rw-r--r-- | libexec/rc/rc.d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |