Searched refs:dstdir (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/util/ |
H A D | nt-kit | 30 dstdir=../bind9-nt 34 dstdir=../bind9-nt 38 dstdir="$2" 42 echo "usage: $0 rmtdir [dstdir]" >&2 54 if test -e "$dstdir/version"; then 55 set -- `ls -i "$dstdir/version" 2>&1` 63 echo "$0: dstdir must not be current directory" >&2 67 test ! -d $dstdir -o "$that_version" -ne 0 || { 68 echo "$0: existing dstdir must be a bind9 source directory" >&2 72 rm -rf $dstdir [all...] |
/bind-9.11.3/unit/atf-src/admin/ |
H A D | install-sh | 255 dstdir=$dst 256 test -d "$dstdir" 281 dstdir=$dst 282 dst=$dstdir/`basename "$src"` 285 dstdir=`dirname "$dst"` 286 test -d "$dstdir" 363 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" 372 case $dstdir in 381 set fnord $dstdir 398 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | install-sh | 158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 164 if [ ! -d "$dstdir" ]; then 172 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 223 dsttmp=$dstdir/#inst.$$# 244 $doit $rmcmd -f $dstdir/$dstfile && 245 $doit $mvcmd $dsttmp $dstdir/$dstfile
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | install-sh | 158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 164 if [ ! -d "$dstdir" ]; then 172 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 223 dsttmp=$dstdir/#inst.$$# 244 $doit $rmcmd -f $dstdir/$dstfile && 245 $doit $mvcmd $dsttmp $dstdir/$dstfile
|
/bind-9.11.3/ |
H A D | install-sh | 158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 164 if [ ! -d "$dstdir" ]; then 172 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` 223 dsttmp=$dstdir/#inst.$$# 244 $doit $rmcmd -f $dstdir/$dstfile && 245 $doit $mvcmd $dsttmp $dstdir/$dstfile
|
Completed in 17 milliseconds