diff options
author | dougb <dougb@FreeBSD.org> | 2006-01-08 10:15:31 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-01-08 10:15:31 +0000 |
commit | 2bdeba9d87921218cb6722c0da1b74fe0bd119ac (patch) | |
tree | 5b32eb52c896d966f1bb237b4835bd3f29e1dda2 /etc/mtree | |
parent | 6f27a53b6f2b9f17b4144b5da54af97bb6d66991 (diff) | |
download | FreeBSD-src-2bdeba9d87921218cb6722c0da1b74fe0bd119ac.zip FreeBSD-src-2bdeba9d87921218cb6722c0da1b74fe0bd119ac.tar.gz |
Add a mechanism to include files added by ports which contain
the names of directories to include in the base ldconfig script.
This will eliminate the need for each port to install its own
boot script which does nothing but ldocnfig a given directory.
This code was developed by flz (ports committer), discussed on
freebsd-rc@, and modified slightly by me.
Submitted by: flz
Reviewed by: brooks
Diffstat (limited to 'etc/mtree')
-rw-r--r-- | etc/mtree/BSD.local.dist | 4 | ||||
-rw-r--r-- | etc/mtree/BSD.x11.dist | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/mtree/BSD.local.dist b/etc/mtree/BSD.local.dist index 966fc02..491e0f5 100644 --- a/etc/mtree/BSD.local.dist +++ b/etc/mtree/BSD.local.dist @@ -20,6 +20,10 @@ lib .. libdata + ldconfig + .. + ldconfig32 + .. pkgconfig .. .. diff --git a/etc/mtree/BSD.x11.dist b/etc/mtree/BSD.x11.dist index ef33781..122cdd5 100644 --- a/etc/mtree/BSD.x11.dist +++ b/etc/mtree/BSD.x11.dist @@ -192,6 +192,10 @@ .. .. libdata + ldconfig + .. + ldconfig32 + .. .. libexec .. |