Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10204 - autofs starts before ypbind
Summary: autofs starts before ypbind
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Lowest normal (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 09:55 UTC by D. C. Sessions
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D. C. Sessions 2002-11-04 09:55:00 UTC
1) Sometimes autofs starts before ypbind, with the result that autofs doesn't
load nis maps.
2) since autofs doesn not require ypbind, the depend() { need ypbind } assertion
is not correct.

Therefore change /etc/init.d/autofs

from

depend() {
       need ypbind
       need net
}

to

depend() {
        after ypbind
        need net
}
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-27 18:13:55 UTC
Please assign to somebody that uses NFS and co, thanks.
Comment 2 Brad Cowan (RETIRED) gentoo-dev 2002-12-30 09:18:13 UTC
this has been taken care of in r5 of our autofs package :) THX for submitting a
fix and some info though..only way things will get noticed.