Page MenuHomeFreeBSD

D17161.diff
No OneTemporary

D17161.diff

Index: head/etc/Makefile
===================================================================
--- head/etc/Makefile
+++ head/etc/Makefile
@@ -17,7 +17,6 @@
group \
hosts.allow \
libalias.conf \
- libmap.conf \
login.access \
mac.conf \
phones \
Index: head/etc/libmap.conf
===================================================================
--- head/etc/libmap.conf
+++ head/etc/libmap.conf
@@ -1,2 +0,0 @@
-# $FreeBSD$
-includedir /usr/local/etc/libmap.d
Index: head/libexec/rtld-elf/Makefile
===================================================================
--- head/libexec/rtld-elf/Makefile
+++ head/libexec/rtld-elf/Makefile
@@ -8,6 +8,7 @@
PACKAGE= clibs
MK_SSP= no
+CONFS= libmap.conf
PROG?= ld-elf.so.1
.if (${PROG:M*ld-elf32*} != "")
TAGS+= lib32
Index: head/libexec/rtld-elf/libmap.conf
===================================================================
--- head/libexec/rtld-elf/libmap.conf
+++ head/libexec/rtld-elf/libmap.conf
@@ -0,0 +1,2 @@
+# $FreeBSD$
+includedir /usr/local/etc/libmap.d

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 10, 8:54 PM (15 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15746469
Default Alt Text
D17161.diff (1 KB)

Event Timeline