oops, use MAKEDBM_S

This commit is contained in:
christos 2000-09-19 18:24:54 +00:00
parent 06e8cfa1f8
commit 2565bd1854
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.yp,v 1.11 2000/09/19 18:23:43 christos Exp $
# $NetBSD: Makefile.yp,v 1.12 2000/09/19 18:24:54 christos Exp $
#
# This is the YP Makefile, used to create and push YP maps.
#
@ -103,7 +103,7 @@ shadow.time: ${DIR}/master.passwd
${CAT} ${.ALLSRC} | ${CUT} -d: -f1-2 | \
${AWK} 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ \
{ print $$1, $$0":10779:0:99999:7:::" }' - | \
${SORT} | ${MAKEDBM} - shadow.byname; \
${SORT} | ${MAKEDBM_S} - shadow.byname; \
${TOUCH} ${.TARGET}; \
${ECHO} "updated shadow"; \
if [ ! ${NOPUSH} ]; then \