Date: Mon, 4 Jan 2021 15:25:22 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e3ff9a1f2ed6 - main - pkgbase: Put the last rc files in the rc package Message-ID: <202101041525.104FPMZa059140@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=e3ff9a1f2ed640a969062f9114de05198655934f commit e3ff9a1f2ed640a969062f9114de05198655934f Author: Emmanuel Vadot <manu@freebsd.org> AuthorDate: 2020-12-21 23:17:17 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-01-04 15:21:13 +0000 pkgbase: Put the last rc files in the rc package Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27718 --- libexec/rc/rc.d/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 7e0e63dae414..a8277e08932c 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -153,6 +153,7 @@ APMPACKAGE= apm CONFGROUPS+= AUDIT AUDIT+= auditd AUDIT+= auditdistd +AUDITPACKAGE= rc .endif .if ${MK_AUTOFS} != "no" @@ -320,6 +321,7 @@ ZFS+= zfsbe ZFS+= zfsd ZFS+= zpool ZFS+= zvol +ZFSPACKAGE= rc .endif .for fg in ${CONFGROUPS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101041525.104FPMZa059140>