Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4323 - /etc/init.d/autofs dependency on ypbind
Summary: /etc/init.d/autofs dependency on ypbind
Status: RESOLVED DUPLICATE of bug 4218
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-29 13:01 UTC by D. C. Sessions
Modified: 2005-07-17 13:06 UTC (History)
0 users

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-06-29 13:01:23 UTC
Since autofs is often used in conjunction with ypbind, it's a good idea to start
ypbind before autofs.  Therefore, the default /etc/init.d/autofs should be
changed from 

depend() {
        need net
}

to

depend() {
        need net
        use ypbind
}

One could argue that the same applies for LDAP, but I haven't tested that.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-29 14:01:01 UTC

*** This bug has been marked as a duplicate of 4218 ***