HomeSort by: relevance | last modified time | path
    Searched refs:chrootdir (Results 1 - 3 of 3) sorted by relevancy

  /src/etc/rc.d/
syslogd 34 # Find /etc/rc.d scripts with "chrootdir" rcorder(8) keyword,
38 for _lr in $(rcorder -k chrootdir /etc/rc.d/*); do
named 9 # KEYWORD: chrootdir
64 local chrootdir="$1"
67 if ! [ -x "${chrootdir}${dir}/${file}" ] ||
68 [ "${chrootdir}${dir}/${file}" -ot "${dir}/${file}" ]; then
69 rm -f "${chrootdir}${dir}/${file}"
70 cp -p "${dir}/${file}" "${chrootdir}${dir}/${file}"
  /src/libexec/httpd/
bozohttpd.c 2575 char *chrootdir; local in function:bozo_setup
2694 if ((chrootdir = bozo_get_pref(prefs, "chroot dir")) != NULL) {
2695 httpd->rootdir = bozostrdup(httpd, NULL, chrootdir);
2713 if ((chrootdir != NULL || username != NULL) && !dirtyenv)

Completed in 14 milliseconds