diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-07-17 03:17:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-07-17 03:17:38 +0000 |
commit | 36840a47dfa14623d8eaf614873110ce1da8fa10 (patch) | |
tree | 71674a7bcc3ce1e9930d7c4667312a2375de1c85 /etc/rc | |
parent | 410d3c9cb7c93ed3d0d376906a29b41b04cc13c3 (diff) |
/var/run/ypbind.lock doesn't need to be forcefully removed
ok aja
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $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 @@ -499,7 +499,6 @@ fi echo -n 'starting RPC daemons:' start_daemon portmap ypldap -rm -f /var/run/ypbind.lock if [[ -n $(domainname) ]]; then start_daemon ypserv ypbind fi |