diff options
author | H. Peter Anvin <hpa@zytor.com> | 1998-04-01 11:15:47 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1998-04-01 11:15:47 +0000 |
commit | b71338e3f424c1b37af3c2695810da9557043a4a (patch) | |
tree | a759f66314d18a3484f0d503f2c09c98787abf6e /README.options | |
parent | 17fa2145a79fe7e49f2f7d78dee8a7f28eaee861 (diff) | |
download | autofs3-b71338e3f424c1b37af3c2695810da9557043a4a.tar.gz autofs3-b71338e3f424c1b37af3c2695810da9557043a4a.tar.xz autofs3-b71338e3f424c1b37af3c2695810da9557043a4a.zip |
Add "-s" (sloppy) option to mount if it is supported.
Diffstat (limited to 'README.options')
-rw-r--r-- | README.options | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/README.options b/README.options index 517587d..189c18b 100644 --- a/README.options +++ b/README.options @@ -31,18 +31,22 @@ 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. +for these binaries 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 +By default it searches the following directories, in order: + + /usr/bin:/bin:/usr/sbin:/sbin + +Sometimes this search path isn't appropriate; 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 + ./configure --with-path=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin Hesiod support |