Searched refs:rootdir (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | unbound.init | 28 rootdir="/var/unbound" 41 [ -d ${rootdir}/etc ] || mkdir -p ${rootdir}/etc ; 42 …if [ ! -e ${rootdir}/etc/localtime ] || ! /usr/bin/cmp -s /etc/localtime ${rootdir}/etc/localtime;… 47 [ -d ${rootdir}/etc ] || mkdir -p ${rootdir}/etc ; 48 …if [ ! -e ${rootdir}/etc/resolv.conf ] || ! /usr/bin/cmp -s /etc/resolv.conf ${rootdir}/etc/resolv… 53 [ -d ${rootdir}/dev ] || mkdir -p ${rootdir}/dev ; 54 [ -e ${rootdir}/dev/log ] || touch ${rootdir}/dev/log 58 [ -d ${rootdir}/dev ] || mkdir -p ${rootdir}/dev ; 59 [ -e ${rootdir}/dev/urandom ] || touch ${rootdir}/dev/urandom 79 umount ${rootdir}/dev/log >/dev/null 2>&1 [all …]
|
| H A D | unbound.init_fedora | 26 rootdir="/var/lib/unbound" 38 …if [ ! -e ${rootdir}/etc/resolv.conf ] || /usr/bin/cmp -s /etc/resolv.conf ${rootdir}/etc/resolv.c… 39 cp -fp /etc/resolv.conf ${rootdir}/etc/resolv.conf 41 …if [ ! -e ${rootdir}/etc/localtime ] || /usr/bin/cmp -s /etc/localtime ${rootdir}/etc/localtime; t… 42 cp -fp /etc/localtime ${rootdir}/etc/localtime 44 mount --bind -n /dev/log ${rootdir}/dev/log >/dev/null 2>&1; 45 mount --bind -n /dev/urandom ${rootdir}/dev/urandom >/dev/null 2>&1; 46 mount --bind -n /var/run/unbound ${rootdir}/var/run/unbound >/dev/null 2>&1; 63 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}''${mountfile}'' /proc/mounts; then 64 umount ${rootdir}$mountfile >/dev/null 2>&1
|
| /freebsd-13.1/usr.sbin/pw/ |
| H A D | pw.c | 123 strlcpy(conf.rootdir, "/", sizeof(conf.rootdir)); in main() 160 strlcpy(conf.rootdir, optarg, in main() 161 sizeof(conf.rootdir)); in main() 195 conf.rootfd = open(conf.rootdir, O_DIRECTORY|O_CLOEXEC); in main() 197 errx(EXIT_FAILURE, "Unable to open '%s'", conf.rootdir); in main()
|
| H A D | pwupd.h | 80 char rootdir[MAXPATHLEN]; member
|
| /freebsd-13.1/sys/cddl/compat/opensolaris/sys/ |
| H A D | vfs.h | 39 #define rootdir rootvnode macro
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vfs.h | 36 #define rootdir rootvnode macro
|
| /freebsd-13.1/libexec/rc/rc.d/ |
| H A D | jail | 186 extract_var $_jv rootdir path - ""
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 174 MetaVarName<"<rootdir>">, 175 HelpText<"Prepend <rootdir> to all library and framework search paths">,
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | filesystems | 1485 >>>>>>44 ulelong >2 \b, rootdir cluster %u 1486 #>>>>>>44 ulelong =2 \b, rootdir cluster %u 1487 #>>>>>>44 ulelong =1 \b, rootdir cluster %u
|