Browse Source

start ypbind after ypserv

OPENBSD_2_0
deraadt 28 years ago
parent
commit
d69896a452
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/rc

+ 3
- 3
src/etc/rc View File

@ -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;


Loading…
Cancel
Save