Back out previous (as discussed with releng). The correct way to set this is:

# echo "myserver" > /var/yp/binding/`domainname`.ypservers
This commit is contained in:
martti 2003-01-16 11:55:28 +00:00
parent 26fa27a910
commit 405c73366e
4 changed files with 5 additions and 22 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.112 2003/01/16 07:37:37 martti Exp $
# $NetBSD: mi,v 1.113 2003/01/16 11:55:28 martti Exp $
./.cshrc etc-util-etc
./.profile etc-util-etc
./dev/MAKEDEV etc-sys-etc
@ -163,7 +163,6 @@
./etc/rc.d/ypbind etc-nis-rc
./etc/rc.d/yppasswdd etc-nis-rc
./etc/rc.d/ypserv etc-nis-rc
./etc/rc.d/ypset etc-nis-rc
./etc/rc.lkm etc-sys-rc
./etc/rc.local etc-sys-rc
./etc/rc.shutdown etc-sys-rc

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: postinstall,v 1.46 2003/01/16 07:37:33 martti Exp $
# $NetBSD: postinstall,v 1.47 2003/01/16 11:55:28 martti Exp $
#
# Copyright (c) 2002 The NetBSD Foundation, Inc.
# All rights reserved.
@ -377,7 +377,7 @@ do_rc()
screenblank sendmail securelevel sshd swap1 swap2 \
sysdb sysctl syslogd timed ttys virecover \
wdogctl wscons wsmoused \
xdm xfs ypbind yppasswdd ypserv ypset
xdm xfs ypbind yppasswdd ypserv
failed=$(( ${failed} + $? ))
# check for obsolete rc.d files

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.38 2003/01/16 07:37:36 martti Exp $
# $NetBSD: Makefile,v 1.39 2003/01/16 11:55:29 martti Exp $
.include <bsd.own.mk>
@ -22,7 +22,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
savecore screenblank sendmail securelevel sshd \
staticroute swap1 swap2 sysdb sysctl syslogd \
timed tpctl ttys virecover wdogctl wscons wsmoused xdm xfs \
ypbind yppasswdd ypserv ypset
ypbind yppasswdd ypserv
FILESDIR= /etc/rc.d
FILESMODE= ${BINMODE}

View File

@ -1,16 +0,0 @@
#!/bin/sh
#
# $NetBSD: ypset,v 1.1 2003/01/16 07:37:36 martti Exp $
#
# PROVIDE: ypset
# REQUIRE: ypbind
. /etc/rc.subr
name="ypset"
rcvar=$name
command="/usr/sbin/${name}"
load_rc_config $name
run_rc_command "$1"