Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4323

Summary: /etc/init.d/autofs dependency on ypbind
Product: Gentoo Linux Reporter: D. C. Sessions <gentoo>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***