mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
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:
parent
dec7a1d5c0
commit
404b160361
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178967
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user