diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-05-08 17:25:41 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-05-08 17:25:41 +0000 |
commit | b193faf3696bb43fdcba2ebe2f94c58a8095ed33 (patch) | |
tree | 2d9575134011a5ca2095d11743e55f01b637f04e /sbin/ldconfig | |
parent | 503dbfc11c2ad1c9fbeef7e15054cccc1f69e0b1 (diff) | |
download | FreeBSD-src-b193faf3696bb43fdcba2ebe2f94c58a8095ed33.zip FreeBSD-src-b193faf3696bb43fdcba2ebe2f94c58a8095ed33.tar.gz |
Describe the pattern filenames must be in before they are added to the hints
file.
PR: 46271
Approved by: re (blanket)
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/ldconfig.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 69f13ab..2c84f0e 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -61,6 +61,9 @@ to scan for shared libraries. Each directory's pathname must start on a new line. Blank lines and lines starting with the comment character .Ql \&# are ignored. +Filenames must conform to the +.Pa lib*.so.[0-9] +pattern in order to be added to the hints file. .Pp For security reasons, directories which are world or group-writable or which are not owned by root produce warning messages and are skipped, unless |