Don't require a configuration file. Ntpd will be perfectly happy if there's

none or if the file doesn't exist (there's no ntp.conf in the base install).

PR:		conf/119592
Submitted by:	Renaud Waldura <renaud+freebsd@waldura.org>
MFC after:	1 week
This commit is contained in:
Florent Thoumie 2008-05-12 11:49:16 +00:00
parent dec7a1d5c0
commit 404b160361
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178967

View File

@ -18,8 +18,6 @@ start_precmd="ntpd_precmd"
load_rc_config $name
required_files="${ntpd_config}"
ntpd_precmd()
{
rc_flags="-c ${ntpd_config} ${ntpd_flags}"