Lines 42-49
Link Here
|
42 |
|
42 |
|
43 |
eval ": \${${name}_chroot_enable:=\"NO\"}" # runs chrooted? |
43 |
eval ": \${${name}_chroot_enable:=\"NO\"}" # runs chrooted? |
44 |
eval ": \${${name}_devfs_enable:=\"YES\"}" # devfs if available? |
44 |
eval ": \${${name}_devfs_enable:=\"YES\"}" # devfs if available? |
45 |
eval ": \${${name}_rootdir:=/var/db/${name}}" # directory to run in |
45 |
# dhcpd_includedir="" # handle this directory with included config if chroot_enable=yes |
46 |
# dhcpd_includedir="" # directory for included config files |
46 |
# If syslogd_altlog_proglist is set in rc.conf, rc.d/syslogd searches for |
|
|
47 |
# $name_chrootdir. Assign it to our $name_rootdir and omit default. |
48 |
eval "${name}_rootdir=\${${name}_chrootdir}" # directory to run in |
47 |
|
49 |
|
48 |
safe_run () # rc command [args...] |
50 |
safe_run () # rc command [args...] |
49 |
{ |
51 |
{ |