diff options
author | 1996-06-12 09:13:20 +0000 | |
---|---|---|
committer | 1996-06-12 09:13:20 +0000 | |
commit | d52cd61f849bb7eb59bba4f594ebfc2105063f13 (patch) | |
tree | c5fe8edd3437c388d2e53bf2ea3ea413f6611fdb | |
parent | fix test for yp in resolv.conf (diff) | |
download | wireguard-openbsd-d52cd61f849bb7eb59bba4f594ebfc2105063f13.tar.xz wireguard-openbsd-d52cd61f849bb7eb59bba4f594ebfc2105063f13.zip |
no ypxfrd
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |