summaryrefslogtreecommitdiffstats
path: root/gnu/usr.sbin/ypserv/Makefile.yp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.sbin/ypserv/Makefile.yp')
-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 564b01e..347d93b 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
OpenPOWER on IntegriCloud