Searched refs:dsttmp (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/libreadline/support/
H A Dinstall.sh123 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
125 # if $src (and thus $dsttmp) contains '*'.
220 dsttmp=$dstdir/#inst.$$#
224 $doit $instcmd $src $dsttmp &&
226 trap "rm -f ${dsttmp}" 0 &&
232 # errors from the above "$doit $instcmd $src $dsttmp" command.
234 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
235 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
236 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
237 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/freebsd-11-stable/contrib/groff/
H A Dinstall-sh185 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
187 # if $src (and thus $dsttmp) contains '*'.
260 dsttmp=$dstdir/_inst.$$_
264 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
279 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dinstall-sh185 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
187 # if $src (and thus $dsttmp) contains '*'.
260 dsttmp=$dstdir/_inst.$$_
264 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
279 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/openbsm/config/
H A Dinstall-sh185 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
187 # if $src (and thus $dsttmp) contains '*'.
260 dsttmp=$dstdir/_inst.$$_
264 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
279 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/opie/
H A Dinstall-sh114 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
116 # if $src (and thus $dsttmp) contains '*'.
211 dsttmp=$dstdir/#inst.$$#
215 $doit $instcmd $src $dsttmp &&
217 trap "rm -f ${dsttmp}" 0 &&
223 # errors from the above "$doit $instcmd $src $dsttmp" command.
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
227 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
228 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dinstall-sh127 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
129 # if $src (and thus $dsttmp) contains '*'.
224 dsttmp=$dstdir/#inst.$$#
228 $doit $instcmd $src $dsttmp &&
230 trap "rm -f ${dsttmp}" 0 &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
241 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dinstall-sh127 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
129 # if $src (and thus $dsttmp) contains '*'.
224 dsttmp=$dstdir/#inst.$$#
228 $doit $instcmd $src $dsttmp &&
230 trap "rm -f ${dsttmp}" 0 &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
241 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dinstall-sh126 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
128 # if $src (and thus $dsttmp) contains '*'.
223 dsttmp=$dstdir/#inst.$$#
227 $doit $instcmd $src $dsttmp &&
229 trap "rm -f ${dsttmp}" 0 &&
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
240 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dinstall-sh126 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
128 # if $src (and thus $dsttmp) contains '*'.
223 dsttmp=$dstdir/#inst.$$#
227 $doit $instcmd $src $dsttmp &&
229 trap "rm -f ${dsttmp}" 0 &&
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
240 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; els
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dinstall-sh145 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
147 # if $src (and thus $dsttmp) contains '*'.
242 dsttmp=$dstdir/#inst.$$#
247 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
263 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dinstall-sh145 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
147 # if $src (and thus $dsttmp) contains '*'.
242 dsttmp=$dstdir/#inst.$$#
247 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
263 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dinstall-sh145 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
147 # if $src (and thus $dsttmp) contains '*'.
242 dsttmp=$dstdir/#inst.$$#
247 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
263 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dinstall-sh183 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
185 # if $src (and thus $dsttmp) contains '*'.
262 dsttmp=$dstdir/_inst.$$_
266 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
270 $doit $instcmd "$src" "$dsttmp" &&
276 # errors from the above "$doit $instcmd $src $dsttmp" command.
278 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
279 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
280 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
281 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/ldns/drill/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dinstall-sh255 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
257 # if $src (and thus $dsttmp) contains '*'.
453 dsttmp=$dstdir/_inst.$$_
457 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
460 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
471 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dinstall-sh243 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
245 # if $src (and thus $dsttmp) contains '*'.
446 dsttmp=$dstdir/_inst.$$_
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
453 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
464 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/tclconfig/
H A Dinstall-sh251 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
253 # if $src (and thus $dsttmp) contains '*'.
454 dsttmp=$dstdir/_inst.$$_
458 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
461 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
467 # errors from the above "$doit $cpprog $src $dsttmp" command.
469 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
470 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
471 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
472 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dinstall-sh260 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
262 # if $src (and thus $dsttmp) contains '*'.
437 dsttmp=$dstdir/_inst.$$_
441 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
444 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
450 # errors from the above "$doit $cpprog $src $dsttmp" command.
452 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
453 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
454 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
455 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dinstall-sh260 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
262 # if $src (and thus $dsttmp) contains '*'.
430 dsttmp=$dstdir/_inst.$$_
434 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
437 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
443 # errors from the above "$doit $cpprog $src $dsttmp" command.
445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
447 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
448 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh260 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
262 # if $src (and thus $dsttmp) contains '*'.
430 dsttmp=$dstdir/_inst.$$_
434 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
437 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
443 # errors from the above "$doit $cpprog $src $dsttmp" command.
445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
447 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
448 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dinstall-sh260 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
262 # if $src (and thus $dsttmp) contains '*'.
430 dsttmp=$dstdir/_inst.$$_
434 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
437 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
443 # errors from the above "$doit $cpprog $src $dsttmp" command.
445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
447 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
448 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]
/freebsd-11-stable/contrib/file/
H A Dinstall-sh161 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
163 # if $src (and thus $dsttmp) contains '*'.
253 dsttmp=$dstdir/#inst.$$#
272 $doit $doinst $srcarg "$dsttmp" &&
274 trap "rm -f ${dsttmp}" 0 &&
280 # errors from the above "$doit $instcmd $src $dsttmp" command.
282 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else true;fi &&
283 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else true;fi &&
284 if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripflags "$dsttmp"; else true;fi &&
285 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; els
[all...]

Completed in 117 milliseconds