Author: brd Date: Tue Sep 18 00:25:00 2018 New Revision: 338741 URL: https://svnweb.freebsd.org/changeset/base/338741
Log: Move libmap.conf to libexec/rtld-elf/ This leverages CONFS to handle the config file install. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D17161 Added: head/libexec/rtld-elf/libmap.conf - copied unchanged from r338740, head/etc/libmap.conf Deleted: head/etc/libmap.conf Modified: head/etc/Makefile head/libexec/rtld-elf/Makefile Modified: head/etc/Makefile ============================================================================== --- head/etc/Makefile Tue Sep 18 00:11:45 2018 (r338740) +++ head/etc/Makefile Tue Sep 18 00:25:00 2018 (r338741) @@ -17,7 +17,6 @@ BIN1= \ group \ hosts.allow \ libalias.conf \ - libmap.conf \ login.access \ mac.conf \ phones \ Modified: head/libexec/rtld-elf/Makefile ============================================================================== --- head/libexec/rtld-elf/Makefile Tue Sep 18 00:11:45 2018 (r338740) +++ head/libexec/rtld-elf/Makefile Tue Sep 18 00:25:00 2018 (r338741) @@ -8,6 +8,7 @@ PACKAGE= clibs MK_SSP= no +CONFS= libmap.conf PROG?= ld-elf.so.1 .if (${PROG:M*ld-elf32*} != "") TAGS+= lib32 Copied: head/libexec/rtld-elf/libmap.conf (from r338740, head/etc/libmap.conf) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/libexec/rtld-elf/libmap.conf Tue Sep 18 00:25:00 2018 (r338741, copy of r338740, head/etc/libmap.conf) @@ -0,0 +1,2 @@ +# $FreeBSD$ +includedir /usr/local/etc/libmap.d _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"