]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: 234851, 235059
authorbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Jun 2012 18:16:17 +0000 (18:16 +0000)
committerbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Jun 2012 18:16:17 +0000 (18:16 +0000)
commit5fd51ee40c880a7593c60d30315d2d2bc0ed146a
tree2e3e0dd79ada9caee37575cffa583439d586153f
parentf6b9511aff32b5cf1486895c2ee5685f4fa1ef97
MFC: 234851, 235059

Add two special directives to libmap.conf:
include <file>:
  Parse the contents of file before continuing with the current file.
includedir <dir>:
  Parse the contents of every file in dir that ends in .conf before continuing
  with the current file.
Any file or directory encountered while processing include or includedir
directives will be parsed exactly once, even if it is encountered multiple
times.

Approved by: des (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/9@236523 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
libexec/rtld-elf/libmap.c
share/man/man5/libmap.conf.5