summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2022-07-17 03:17:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2022-07-17 03:17:38 +0000
commit36840a47dfa14623d8eaf614873110ce1da8fa10 (patch)
tree71674a7bcc3ce1e9930d7c4667312a2375de1c85 /etc/rc
parent410d3c9cb7c93ed3d0d376906a29b41b04cc13c3 (diff)
/var/run/ypbind.lock doesn't need to be forcefully removed
ok aja
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index ca1743b39a3..7d8021cc8d8 100644
--- a/etc/rc
+++ b/etc/rc
@@ -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