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

/freebsd-12-stable/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}"
105 if [ "${file#${workdir
[all...]
/freebsd-12-stable/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-12-stable/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-12-stable/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-12-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh42 -d workdir -- Store working files in workdir
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dmain.c2619 char workdir[1024]; local
2647 snprintf(workdir, sizeof(workdir), "%s/%s", tmpdir, tests[i].name);
2648 testworkdir = workdir;
/freebsd-12-stable/contrib/libarchive/test_utils/
H A Dtest_main.c3515 char workdir[PATH_MAX * 2]; local
3517 char workdir[1024 * 2];
3546 snprintf(workdir, sizeof(workdir), "%s/%s", tmpdir, tests[i].name);
3547 testworkdir = workdir;
/freebsd-12-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh44 -d workdir -- Store working files in workdir

Completed in 211 milliseconds