From b8fdf588079d7bb8f45e1b894801870db00e6887 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sat, 22 Sep 2018 13:17:30 +0000 Subject: [PATCH] Move hosts.allow to lib/libwrap/ This leverages CONFS to handle the install. Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17240 --- etc/Makefile | 1 - lib/libwrap/Makefile | 1 + {etc => lib/libwrap}/hosts.allow | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {etc => lib/libwrap}/hosts.allow (100%) diff --git a/etc/Makefile b/etc/Makefile index 040849654cf..df8f99e4c3d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -14,7 +14,6 @@ SUBDIR+=sendmail BIN1= \ group \ - hosts.allow \ login.access \ rc.bsdextended \ rc.firewall \ diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index 180ef35b9b9..1326b43bad2 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -4,6 +4,7 @@ .include +CONFS= hosts.allow PACKAGE=lib${LIB} LIB= wrap SHLIB_MAJOR= 6 diff --git a/etc/hosts.allow b/lib/libwrap/hosts.allow similarity index 100% rename from etc/hosts.allow rename to lib/libwrap/hosts.allow -- 2.45.0