Searched refs:doit (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/util/
H A Dinstall.sh15 doit="${DOITPROG:-}"
97 $doit $rmcmd $dst
98 $doit $instcmd $src $dst
103 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; fi
104 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; fi
105 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; fi
106 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; fi
/freebsd-11-stable/contrib/groff/
H A Dinstall-sh48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
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
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dinstall-sh48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
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
[all...]
/freebsd-11-stable/contrib/openbsm/config/
H A Dinstall-sh48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
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
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
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
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
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
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
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
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dinstall-sh48 doit="${DOITPROG-}"
243 $doit $instcmd "$dst" \
244 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
245 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
246 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
247 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
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
[all...]
/freebsd-11-stable/contrib/file/
H A Dinstall-sh32 doit="${DOITPROG-}"
215 $doit $mkdirprog "${pathcomp}"
216 if [ x"$chowncmd" != x ]; then $doit $chowncmd "${pathcomp}"; else true ; fi &&
217 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "${pathcomp}"; else true ; fi &&
218 if [ x"$pathcompchmodcmd" != x ]; then $doit $pathcompchmodcmd "${pathcomp}"; else true ; fi
233 $doit $mkdirprog "$dstarg" &&
235 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dstarg"; else true ; fi &&
236 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dstarg"; else true ; fi &&
237 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dstarg"; else true ; fi
272 $doit
[all...]
/freebsd-11-stable/contrib/libreadline/support/
H A Dinstall.sh27 doit="${DOITPROG-}"
191 $doit $instcmd $dst &&
193 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
194 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
195 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
196 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
224 $doit $instcmd $src $dsttmp &&
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
[all...]
/freebsd-11-stable/contrib/opie/
H A Dinstall-sh18 doit="${DOITPROG-}"
182 $doit $instcmd $dst &&
184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
215 $doit $instcmd $src $dsttmp &&
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
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
228 $doit $instcmd $src $dsttmp &&
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
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
228 $doit $instcmd $src $dsttmp &&
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
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
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
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
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
[all...]
/freebsd-11-stable/tools/boot/
H A Dinstall-boot.sh18 doit() { function
38 doit gpart bootcode -b ${gpt0} -p ${gptzfs2} -i $idx $dev
50 doit gpart bootcode -b ${gpt0} -p ${gpt2} -i $idx $dev
66 doit gpart bootcode -b /tmp/zfsboo1 ${dev}s${s} # Put boot1 into the start of part
68 doit dd if=${dst}/boot/zfsboot of=/dev/${dev}s${s} iseek=1 seek=1024
78 doit gpart bootcode -b ${mbr0} ${dev}
83 doit gpart bootcode -p ${mbr2} ${dev}s${s}
93 doit gpart bootcode -p ${vtoc8} ${dev}
/freebsd-11-stable/contrib/ldns/drill/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
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
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
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
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
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
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
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
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/tclconfig/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
447 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
448 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
450 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
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
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
430 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
431 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
433 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
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
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
426 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
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
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
426 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
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
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
426 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
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
[all...]

Completed in 294 milliseconds

1234