Searched refs:ntpd_chrootdir (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/scripts/rc/rc.d/
H A Dntpd25 if [ -z "$ntpd_chrootdir" ]; then
29 rc_flags="-u ntpd:ntpd -i ${ntpd_chrootdir} $rc_flags"
/freebsd-11-stable/etc/rc.d/
H A Dntpd41 if [ -z "$ntpd_chrootdir" ]; then
50 # are made in run_rc_command(), we can safely assume ${ntpd_chrootdir}
54 if [ ! -c "${ntpd_chrootdir}/dev/clockctl" ]; then
55 rm -f "${ntpd_chrootdir}/dev/clockctl"
56 ( cd /dev ; /bin/pax -rw -pe clockctl "${ntpd_chrootdir}/dev" )
58 ln -fs "${ntpd_chrootdir}/var/db/ntp.drift" /var/db/ntp.drift
59 ln -fs "${ntpd_chrootdir}${_ntp_tmp_leapfile}" ${_ntp_tmp_leapfile}
63 rc_flags="-u ntpd:ntpd -i ${ntpd_chrootdir} $rc_flags"

Completed in 85 milliseconds