summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-12 09:13:20 +0000
committerderaadt <deraadt@openbsd.org>1996-06-12 09:13:20 +0000
commitd52cd61f849bb7eb59bba4f594ebfc2105063f13 (patch)
treec5fe8edd3437c388d2e53bf2ea3ea413f6611fdb
parentfix test for yp in resolv.conf (diff)
downloadwireguard-openbsd-d52cd61f849bb7eb59bba4f594ebfc2105063f13.tar.xz
wireguard-openbsd-d52cd61f849bb7eb59bba4f594ebfc2105063f13.zip
no ypxfrd
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 06e0f0f8829..b8537d57e63 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.15 1996/06/12 09:02:59 deraadt Exp $
+# $OpenBSD: rc,v 1.16 1996/06/12 09:13:20 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -98,7 +98,7 @@ if [ -d /var/yp/binding ]; then
if [ -d /var/yp/`domainname` ]; then
# yp server capabilities needed...
echo -n ' ypserv'; ypserv -d
- echo -n ' ypxfrd'; ypxfrd
+ #echo -n ' ypxfrd'; ypxfrd
# if we are the master server, run rpc.yppasswdd
_host1=`ypwhich -m passwd 2> /dev/null`