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

/freebsd-10-stable/usr.sbin/unbound/local-setup/
H A Dlocal-unbound-setup.sh39 workdir=""
61 : ${workdir:=/var/unbound}
62 : ${confdir:=${workdir}/conf.d}
63 : ${unbound_conf:=${workdir}/unbound.conf}
64 : ${forward_conf:=${workdir}/forward.conf}
65 : ${lanzones_conf:=${workdir}/lan-zones.conf}
66 : ${control_conf:=${workdir}/control.conf}
68 : ${anchor:=${workdir}/root.key}
81 chrootdir="${workdir}"
84 if [ "${file#${workdir
[all...]
/freebsd-10-stable/usr.sbin/manctl/
H A Dmanctl.sh128 local workdir
130 workdir=`pwd`
148 cd $workdir
316 local workdir
321 workdir=`pwd`
339 cd $workdir
/freebsd-10-stable/usr.sbin/etcupdate/
H A Detcupdate.sh64 usage: etcupdate [-npBF] [-d workdir] [-r | -s source | -t tarball]
67 etcupdate build [-B] [-d workdir] [-s source] [-L logfile] [-M options]
69 etcupdate diff [-d workdir] [-D destdir] [-I patterns] [-L logfile]
70 etcupdate extract [-B] [-d workdir] [-s source | -t tarball] [-L logfile]
72 etcupdate resolve [-p] [-d workdir] [-D destdir] [-L logfile]
73 etcupdate status [-d workdir] [-D destdir]
/freebsd-10-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-10-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh40 -d workdir -- Store working files in workdir
/freebsd-10-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-10-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-10-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh42 -d workdir -- Store working files in workdir

Completed in 194 milliseconds