git: 2480a7ae9e76 - stable/13 - pkgbase: Put autofs config files in the FreeBSD-autofs package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 17:24:23 UTC
The branch stable/13 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=2480a7ae9e76810d3c4a756b4c66eb735e692b0a
commit 2480a7ae9e76810d3c4a756b4c66eb735e692b0a
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-09-29 06:42:09 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-01-05 17:23:51 +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
(cherry picked from commit eb14f050a39f7f71110535ad260fb8df5eef068c)
---
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 \