-# $OpenBSD: rc,v 1.560 2022/07/11 18:19:47 tobhe Exp $
+# $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
echo -n 'starting RPC daemons:'
start_daemon portmap ypldap
-rm -f /var/run/ypbind.lock
if [[ -n $(domainname) ]]; then
start_daemon ypserv ypbind
fi
#!/bin/ksh
#
-# $OpenBSD: ypbind,v 1.9 2018/01/11 21:09:26 rpe Exp $
+# $OpenBSD: ypbind,v 1.10 2022/07/17 03:17:37 deraadt Exp $
daemon="/usr/sbin/ypbind"
[[ -n $(domainname) ]]
}
-rc_post() {
- rm -f /var/run/ypbind.lock
-}
-
rc_cmd $1