1
0
Files
irix-657m-src/eoe/cmd/sun/yp/updaters
2022-09-29 17:59:04 +03:00

20 lines
385 B
Plaintext

#
# Sample /var/yp/updaters file
#
# Update file for NIS
# where the NIS files live
DIR=/etc
# where the NIS binaries live
EXEDIR=/usr/sbin
# where the NIS scripts live
SCRIPTDIR=/var/yp
all: hosts.byname bootparams
hosts.byname:
-@$(EXEDIR)/registrar $(DIR)/hosts "$(SCRIPTDIR)/ypmake hosts"
bootparams:
$(EXEDIR)/updbootparam $(DIR)/bootparams "$(SCRIPTDIR)/ypmake bootparams"