git: eb14f050a39f - main - pkgbase: Put autofs config files in the FreeBSD-autofs package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 09:18:00 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=eb14f050a39f7f71110535ad260fb8df5eef068c commit eb14f050a39f7f71110535ad260fb8df5eef068c Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-09-29 06:42:09 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-12-21 09:17:25 +0000 pkgbase: Put autofs config files in the FreeBSD-autofs package Reviewed by: emaste MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33434 --- usr.sbin/autofs/autofs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/autofs/autofs/Makefile b/usr.sbin/autofs/autofs/Makefile index 772efd38266f..42060884f710 100644 --- a/usr.sbin/autofs/autofs/Makefile +++ b/usr.sbin/autofs/autofs/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= autofs + CONFS= include_ldap \ include_nis \ include_nis_nullfs \