Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444 - autofs does not handle --timeout option correctly (patch included)
Summary: autofs does not handle --timeout option correctly (patch included)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-30 16:35 UTC by Gert Menke
Modified: 2002-02-01 23:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
quick hack for /etc/init.d/autofs to make it handle the timeout option correctly (autofs-timeout.patch,2.19 KB, patch)
2002-01-30 16:38 UTC, Gert Menke
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gert Menke 2002-01-30 16:35:28 UTC
The attached Patch to /etc/init.d/autofs makes it handle the timeout option in
auto.master correctly; the timeout option needs to be passed to automount
_before_ the mount point, otherwise it seems to be regarded as default option
for mount.
Comment 1 Gert Menke 2002-01-30 16:38:47 UTC
Created attachment 101 [details, diff]
quick hack for /etc/init.d/autofs to make it handle the timeout option correctly

this patch seems to work, but it is _far_ from being elegant.
Comment 2 Donny Davies (RETIRED) gentoo-dev 2002-02-01 23:35:29 UTC
applied.  thanks for the report.