Searched refs:PWDIR (Results 1 – 2 of 2) sorted by relevance
56 # to find it with grep "^PWDIR" ...58 PWDIR =/etc macro 87 -@if [ -f $(PWDIR)/security/passwd.adjunct ]; then \95 passwd.time: $(PWDIR)/passwd $(PWDIR)/shadow96 -@if [ -f $(PWDIR)/security/passwd.adjunct ]; then \97 (nawk 'BEGIN { FS=":"; OFS=":" } /^[a-zA-Z0-9_]/ { $$2 = "##" $$1; printf "%s\t%s\n", $$1, $$0 }' $(PWDIR)/passwd $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byname; \98 (nawk 'BEGIN { FS=":"; OFS=":" } /^[a-zA-Z0-9_]/ { $$2 = "##" $$1; printf "%-10d\t%s\n", $$3, $$0 }' $(PWDIR)/passwd $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byuid; \99 elif [ -f $(PWDIR)/shadow ]; then \100 (nawk 'BEGIN { FS=":"; OFS=":"; while ( getline < "$(PWDIR)/shado[all...]
231 PWDIR=`grep "^PWDIR" /var/yp/Makefile 2> /dev/null` \232 && PWDIR=`expr "$PWDIR" : '.*=[ ]*\([^ ]*\)'`233 if [ "$PWDIR" ]; then234 if [ "$PWDIR" = "/etc" ]; then235 unset PWDIR237 PWDIR="-D $PWDIR"240 $YPDIR/rpc.yppasswdd $PWDIR [all...]