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

/src/etc/rc.d/
H A Dntpd23 if [ -z "$ntpd_chrootdir" ]; then
32 # are made in run_rc_command(), we can safely assume ${ntpd_chrootdir}
36 # Before enabling ntpd_chrootdir, ensure that:
47 if [ ! -c "${ntpd_chrootdir}/dev/clockctl" ]; then
48 rm -f "${ntpd_chrootdir}/dev/clockctl"
49 ( cd /dev ; /bin/pax -rw -pe clockctl "${ntpd_chrootdir}/dev" )
51 ln -fs "${ntpd_chrootdir}/var/db/ntp.drift" /var/db/ntp.drift
53 if [ ! -d "${ntpd_chrootdir}/etc" ]; then
54 mkdir "${ntpd_chrootdir}/etc"
58 if ! cmp -s "/etc/$f" "${ntpd_chrootdir}/et
[all...]

Completed in 3 milliseconds