Home
last modified time | relevance | path

Searched refs:workdir (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh44 workdir=""
81 : ${workdir:=/var/unbound}
82 : ${confdir:=${workdir}/conf.d}
83 : ${unbound_conf:=${workdir}/unbound.conf}
84 : ${forward_conf:=${workdir}/forward.conf}
85 : ${lanzones_conf:=${workdir}/lan-zones.conf}
86 : ${control_conf:=${workdir}/control.conf}
88 : ${anchor:=${workdir}/root.key}
102 chrootdir="${workdir}"
258 echo " directory: ${workdir}"
[all …]
/freebsd-13.1/usr.sbin/manctl/
H A Dmanctl.sh119 local workdir
121 workdir=`pwd`
139 cd $workdir
307 local workdir
312 workdir=`pwd`
330 cd $workdir
/freebsd-13.1/sys/contrib/openzfs/scripts/
H A Dzloop.sh255 or_die rm -rf "$workdir"
256 or_die mkdir "$workdir"
309 zopt="$zopt -f $workdir"
/freebsd-13.1/usr.sbin/etcupdate/
H A Detcupdate.sh65 usage: etcupdate [-npBF] [-d workdir] [-r | -s source | -t tarball]
68 etcupdate build [-B] [-d workdir] [-s source] [-L logfile] [-M options]
70 etcupdate diff [-d workdir] [-D destdir] [-I patterns] [-L logfile]
71 etcupdate extract [-B] [-d workdir] [-s source | -t tarball]
73 etcupdate resolve [-p] [-d workdir] [-D destdir] [-L logfile]
74 etcupdate revert [-d workdir] [-D destdir] [-L logfile] file ...
75 etcupdate status [-d workdir] [-D destdir]
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dopt-m-include-dir.mk22 TEST_DIR:= ${.PARSEFILE:R}.tmp/sub/sub/sub/workdir
/freebsd-13.1/contrib/ntp/scripts/monitoring/
H A Dntploopwatch22 undef($workdir);
112 (@ARGV || die($usage), $workdir = shift(@ARGV), next);
141 if (defined($workdir))
143 chdir($workdir) ||
144 die("$0: failed to change working dir to \"$workdir\": $!\n");
/freebsd-13.1/tools/tools/nanobsd/dhcpd/
H A Dcommon186 mkdir -p ${NANO_WORLDDIR}/usr/workdir
196 WRKDIRPREFIX=/usr/workdir -C /usr/ports/$port_path \
200 rm -rf ${NANO_WORLDDIR}/usr/workdir
/freebsd-13.1/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh42 -d workdir -- Store working files in workdir
/freebsd-13.1/contrib/libarchive/test_utils/
H A Dtest_main.c3521 char workdir[PATH_MAX * 2]; in test_run() local
3523 char workdir[1024 * 2]; in test_run()
3552 snprintf(workdir, sizeof(workdir), "%s/%s", tmpdir, tests[i].name); in test_run()
3553 testworkdir = workdir; in test_run()
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dmain.c2619 char workdir[1024]; in test_run() local
2647 snprintf(workdir, sizeof(workdir), "%s/%s", tmpdir, tests[i].name); in test_run()
2648 testworkdir = workdir; in test_run()
/freebsd-13.1/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh44 -d workdir -- Store working files in workdir
/freebsd-13.1/contrib/atf/
H A DNEWS627 releases by defining the workdir configuration variable (-v workdir=...),