=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.561 retrieving revision 1.562 diff -c -r1.561 -r1.562 *** src/etc/rc 2022/07/17 03:17:37 1.561 --- src/etc/rc 2022/07/27 23:06:50 1.562 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.561 2022/07/17 03:17:37 deraadt Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the --- 1,4 ---- ! # $OpenBSD: rc,v 1.562 2022/07/27 23:06:50 deraadt Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the *************** *** 498,506 **** fi echo -n 'starting RPC daemons:' ! start_daemon portmap ypldap if [[ -n $(domainname) ]]; then ! start_daemon ypserv ypbind fi start_daemon mountd nfsd lockd statd amd echo '.' --- 498,506 ---- fi echo -n 'starting RPC daemons:' ! start_daemon portmap if [[ -n $(domainname) ]]; then ! start_daemon ypldap ypserv ypbind fi start_daemon mountd nfsd lockd statd amd echo '.'