diff --git a/src/etc/rc b/src/etc/rc index 36905298..791602a0 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.18 1996/06/28 01:53:53 deraadt Exp $ +# $OpenBSD: rc,v 1.19 1996/07/05 02:18:43 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. @@ -90,8 +90,6 @@ echo -n 'starting rpc daemons:' echo -n ' portmap'; portmap if [ -d /var/yp/binding ]; then - echo -n ' ypbind'; ypbind - if [ -d /var/yp/`domainname` ]; then # yp server capabilities needed... echo -n ' ypserv'; ypserv -d @@ -113,6 +111,8 @@ if [ -d /var/yp/binding ]; then echo -n ' rpc.yppasswdd'; rpc.yppasswdd fi fi + + echo -n ' ypbind'; ypbind fi # $nfs_server is imported from /etc/netstart;