diff options
author | H. Peter Anvin <hpa@zytor.com> | 1998-03-30 02:41:27 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1998-03-30 02:41:27 +0000 |
commit | 17fa2145a79fe7e49f2f7d78dee8a7f28eaee861 (patch) | |
tree | aa72b2de82ed95009190d79a2f3ac5d6a69a71ae /README.options | |
parent | 4c2ec8084452e8f3a98b29911a5a9105a2e0ba1e (diff) | |
download | autofs3-17fa2145a79fe7e49f2f7d78dee8a7f28eaee861.tar.gz autofs3-17fa2145a79fe7e49f2f7d78dee8a7f28eaee861.tar.xz autofs3-17fa2145a79fe7e49f2f7d78dee8a7f28eaee861.zip |
Document README.options
Diffstat (limited to 'README.options')
-rw-r--r-- | README.options | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.options b/README.options index 38f25a0..517587d 100644 --- a/README.options +++ b/README.options @@ -25,6 +25,26 @@ Instead, you can do ... which will install all files relative to /tmp/install. + +Location of system binaries +--------------------------- + +The autofs daemon uses several system utilities, including mount, +umount, e2fsck and smbmount to do its job. "configure" will search +for these binaries in the PATH and compile in the paths into the +daemon and modules as needed. + +Sometimes the PATH of the compiling user isn't appropriate for this +task, i.e. it contains binaries that shouldn't be used, or it doesn't +contain all the needed binaries. If so, specify the + + --with-path=<PATH> + +option, for example: + + ./configure --with-path=/usr/bin:/bin:/usr/sbin:/sbin + + Hesiod support -------------- |