diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-02-01 23:05:36 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-02-01 23:05:36 +0000 |
| commit | 7870fc7fdb4c30dedb1c8ed9d9e73c01ab9b98ec (patch) | |
| tree | db249694738324bd9d340b0a12f18310937a92ac /gnu/usr.sbin | |
| parent | 70008bb125f7d287408676c9f12224b319fe0a70 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/ypserv/Makefile.yp | 4 |
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 |
