> On Sat, 11 Oct 2008, Uwe Werler wrote: > > SNIP > > 2. Add a line to /etc/rc.conf > > > > ypldap_flags="" > > > > 3. Add lines to /etc/rc.local: > > or more appropriately /ect/rc.conf.local > > otherwise your local changes could get overwritten on a future > upgrade. >
Hello Diana, You are right - it was a typo by me. It's necessary to comment out the following lines in /etc/rc too: snip #if [ -d /var/yp/binding ]; then # # YP client capabilities needed... # echo -n ' ypbind'; ypbind #fi snip ...and add these instead to /etc/rc.local so ypbind starts AFTER ypldap is started. If You don't ypbind hangs at system start and times out. Regards Uwe