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

/freebsd-9.3-release/etc/rc.d/
H A Dntpd29 if [ -z "$ntpd_chrootdir" ]; then
38 # are made in run_rc_command(), we can safely assume ${ntpd_chrootdir}
42 if [ ! -c "${ntpd_chrootdir}/dev/clockctl" ]; then
43 rm -f "${ntpd_chrootdir}/dev/clockctl"
44 ( cd /dev ; /bin/pax -rw -pe clockctl "${ntpd_chrootdir}/dev" )
46 ln -fs "${ntpd_chrootdir}/var/db/ntp.drift" /var/db/ntp.drift
50 rc_flags="-u ntpd:ntpd -i ${ntpd_chrootdir} $rc_flags"
/freebsd-9.3-release/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"

Completed in 168 milliseconds