Index: head/usr.sbin/bsdinstall/scripts/services =================================================================== --- head/usr.sbin/bsdinstall/scripts/services +++ head/usr.sbin/bsdinstall/scripts/services @@ -46,6 +46,8 @@ local_unbound "Local caching validating resolver" ${local_unbound:-off} \ sshd "Secure shell daemon" ${sshd_enable:-off} \ moused "PS/2 mouse pointer on console" ${moused_enable:-off} \ + ntpdate "Synchronize system and network time at bootime" \ + ${ntpdate_enable:-off} \ ntpd "Synchronize system and network time" ${ntpd_enable:-off} \ powerd "Adjust CPU frequency dynamically if supported" \ ${powerd_enable:-off} \