From 2362239f24e5eae9092b72ad3843f065b872ed88 Mon Sep 17 00:00:00 2001 From: dlg <> Date: Sat, 10 Mar 2012 10:37:13 +0000 Subject: [PATCH] ypbind likes a ypserv to talk to, and ypldap pretends to be ypserv. this diff starts ypldap before ypbind instead of after. ok deraadt@ ajacoutot@ --- src/etc/rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 6a0e3ed8..c4edad43 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.398 2012/03/05 19:56:43 dlg Exp $ +# $OpenBSD: rc,v 1.399 2012/03/10 10:37:13 dlg Exp $ # System startup script run by init on autoboot # or after single-user. @@ -407,11 +407,11 @@ if [ X"${ipsec}" != X"NO" ]; then fi echo -n 'starting RPC daemons:' -start_daemon portmap +start_daemon portmap ypldap if [ X"`domainname`" != X"" ]; then start_daemon ypserv ypbind yppasswdd fi -start_daemon ypldap mountd nfsd lockd statd amd +start_daemon mountd nfsd lockd statd amd echo '.' mount -a