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

/freebsd-current/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-current/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-current/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-current/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-current/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-current/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-current/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-current/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-current/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-current/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-current/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-current/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...]
/freebsd-current/contrib/sqlite3/
H A Dinstall-sh284 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
286 # if $src (and thus $dsttmp) contains '*'.
452 dsttmp=${dstdirslash}_inst.$$_
456 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
461 # Create $dsttmp read-write so that cp doesn't create it read-only,
464 : >"$dsttmp" # No need to fork-exec 'touch'.
466 $doit touch "$dsttmp"
470 $doit_exec $cpprog "$src" "$dsttmp") &&
476 # errors from the above "$doit $cpprog $src $dsttmp" command.
478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; }
[all...]
/freebsd-current/crypto/openssh/
H A Dinstall-sh284 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
286 # if $src (and thus $dsttmp) contains '*'.
452 dsttmp=${dstdirslash}_inst.$$_
456 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
461 # Create $dsttmp read-write so that cp doesn't create it read-only,
464 : >"$dsttmp" # No need to fork-exec 'touch'.
466 $doit touch "$dsttmp"
470 $doit_exec $cpprog "$src" "$dsttmp") &&
476 # errors from the above "$doit $cpprog $src $dsttmp" command.
478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; }
[all...]
/freebsd-current/contrib/byacc/
H A Dinstall-sh284 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
286 # if $src (and thus $dsttmp) contains '*'.
452 dsttmp=${dstdirslash}_inst.$$_
456 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
461 # Create $dsttmp read-write so that cp doesn't create it read-only,
464 : >"$dsttmp" # No need to fork-exec 'touch'.
466 $doit touch "$dsttmp"
470 $doit_exec $cpprog "$src" "$dsttmp") &&
476 # errors from the above "$doit $cpprog $src $dsttmp" command.
478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; }
[all...]
/freebsd-current/contrib/ldns/
H A Dinstall-sh284 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
286 # if $src (and thus $dsttmp) contains '*'.
452 dsttmp=${dstdirslash}_inst.$$_
456 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
461 # Create $dsttmp read-write so that cp doesn't create it read-only,
464 : >"$dsttmp" # No need to fork-exec 'touch'.
466 $doit touch "$dsttmp"
470 $doit_exec $cpprog "$src" "$dsttmp") &&
476 # errors from the above "$doit $cpprog $src $dsttmp" command.
478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; }
[all...]
/freebsd-current/contrib/openpam/
H A Dinstall-sh284 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
286 # if $src (and thus $dsttmp) contains '*'.
452 dsttmp=${dstdirslash}_inst.$$_
456 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
461 # Create $dsttmp read-write so that cp doesn't create it read-only,
464 : >"$dsttmp" # No need to fork-exec 'touch'.
466 $doit touch "$dsttmp"
470 $doit_exec $cpprog "$src" "$dsttmp") &&
476 # errors from the above "$doit $cpprog $src $dsttmp" command.
478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; }
[all...]
/freebsd-current/contrib/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 '*'.
447 dsttmp=${dstdirslash}_inst.$$_
451 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
456 # Create $dsttmp read-write so that cp doesn't create it read-only,
459 : >"$dsttmp" # No need to fork-exec 'touch'.
461 $doit touch "$dsttmp"
465 $doit_exec $cpprog "$src" "$dsttmp") &&
471 # errors from the above "$doit $cpprog $src $dsttmp" command.
473 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; }
[all...]

Completed in 119 milliseconds