summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-27 03:53:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-27 03:53:29 +0000
commitf1f3675c411338fa5f1340961533a89eb935e3a5 (patch)
tree1aaf8d7dc34bcf422706aa2d5678103c816cefc1 /etc/rc
parent9495fd6565758e8d98acf4123244bc52859b09f4 (diff)
yppasswd went away
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index d6ba3237e9d..535a41f1471 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.469 2015/11/10 20:34:58 tim Exp $
+# $OpenBSD: rc,v 1.470 2015/11/27 03:53:28 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
@@ -365,7 +365,7 @@ echo -n 'starting RPC daemons:'
start_daemon portmap ypldap
rm -f /var/run/ypbind.lock
if [[ -n $(domainname) ]]; then
- start_daemon ypserv ypbind yppasswdd
+ start_daemon ypserv ypbind
fi
start_daemon mountd nfsd lockd statd amd
echo '.'