summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-12 09:13:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-12 09:13:21 +0000
commitfd5bbe260804cc05acfa199ef0f3074aeeb8e17f (patch)
tree3f4a29a96f99ab23cdb3b92c83dfd82b2539a7b3 /etc
parent31cac7e7a25c1498e9a1f4b42a74eda9cc1b60b6 (diff)
no ypxfrd
Diffstat (limited to 'etc')
-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`