summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1995-02-01 23:05:36 +0000
committerBill Paul <wpaul@FreeBSD.org>1995-02-01 23:05:36 +0000
commit7870fc7fdb4c30dedb1c8ed9d9e73c01ab9b98ec (patch)
treedb249694738324bd9d340b0a12f18310937a92ac /gnu
parent70008bb125f7d287408676c9f12224b319fe0a70 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/ypserv/Makefile.yp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/ypserv/Makefile.yp b/gnu/usr.sbin/ypserv/Makefile.yp
index 564b01e49207..347d93b7a168 100644
--- a/gnu/usr.sbin/ypserv/Makefile.yp
+++ b/gnu/usr.sbin/ypserv/Makefile.yp
@@ -235,11 +235,11 @@ $(PASSWD): $(MASTER)
@if [ ! $(UNSECURE) ]; then \
$(RCAT) $(MASTER) | \
$(AWK) -F: '{if ($$1 != "+") \
- print $$1":*:"$$3":"$$7":"$$8":"$$9":"$$10}' $^ \
+ print $$1":*:"$$3":"$$4":"$$8":"$$9":"$$10}' $^ \
> $(PASSWD) ; \
else $(RCAT) $(MASTER) | \
$(AWK) -F: '{if ($$1 != "+") \
- print $$1":"$$2":"$$3":"$$7":"$$8":"$$9":"$$10}' $^ \
+ print $$1":"$$2":"$$3":"$$4":"$$8":"$$9":"$$10}' $^ \
> $(PASSWD) ; fi