Home
last modified time | relevance | path

Searched refs:PWDIR (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ypcmd/
H A Dyp.sh167 PWDIR=`grep "^PWDIR" /var/yp/Makefile 2> /dev/null` \
168 && PWDIR=`expr "$PWDIR" : '.*=[ ]*\([^ ]*\)'`
169 if [ "$PWDIR" ]; then
170 if [ "$PWDIR" = "/etc" ]; then
171 unset PWDIR
173 PWDIR="-D $PWDIR"
176 $YPDIR/rpc.yppasswdd $PWDIR -m
/titanic_41/usr/src/cmd/ypcmd/net_files/
H A DMakefile58 PWDIR =/etc macro
87 -@if [ -f $(PWDIR)/security/passwd.adjunct ]; then \
95 passwd.time: $(PWDIR)/passwd $(PWDIR)/shadow
96 -@if [ -f $(PWDIR)/security/passwd.adjunct ]; then \
97 …=":" } /^[a-zA-Z0-9_]/ { $$2 = "##" $$1; printf "%s\t%s\n", $$1, $$0 }' $(PWDIR)/passwd $(CHKPIPE)…
98 … } /^[a-zA-Z0-9_]/ { $$2 = "##" $$1; printf "%-10d\t%s\n", $$3, $$0 }' $(PWDIR)/passwd $(CHKPIPE)…
99 elif [ -f $(PWDIR)/shadow ]; then \
100 …$2; } /^[a-zA-Z0-9_]/ { $$2 = shadow[$$1]; printf "%s\t%s\n",$$1,$$0 }' $(PWDIR)/passwd $(CHKPIPE)…
101 … } /^[a-zA-Z0-9_]/ { $$2 = shadow[$$1]; printf "%-10d\t%s\n",$$3,$$0 }' $(PWDIR)/passwd $(CHKPIPE)…
103 …(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }' $(PWDIR)/passwd $(CHKPIPE))…
[all …]