=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.560 retrieving revision 1.561 diff -c -r1.560 -r1.561 *** src/etc/rc 2022/07/11 18:19:47 1.560 --- src/etc/rc 2022/07/17 03:17:37 1.561 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.560 2022/07/11 18:19:47 tobhe 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.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 *************** *** 499,505 **** echo -n 'starting RPC daemons:' start_daemon portmap ypldap - rm -f /var/run/ypbind.lock if [[ -n $(domainname) ]]; then start_daemon ypserv ypbind fi --- 499,504 ----