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

/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c1064 bool activation_test, add_pkg, bootstrap_only, force, yes; local
1071 bootstrap_only = false;
1126 if (add_pkg || bootstrap_only) {
1154 bootstrap_only = true;
1158 else if (bootstrap_only) {
1176 if ((bootstrap_only && force) || access(pkgpath, X_OK) == -1) {
1221 if (bootstrap_only)
1223 } else if (bootstrap_only) {

Completed in 61 milliseconds