diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:01:16 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:01:16 +0200 |
commit | 3e866ec33d27924649acbb6859d7e3d1ddd2423c (patch) | |
tree | 235513a4e59383e35748f1425829d8cfd85ea4bf /Makefile.am | |
parent | a0ff42a4da79b0885853ca6b528e50b9d20e3c0e (diff) |
Remove timesyncd check, along with NTP server and epoch checks
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d18cedcd51..b37225cee0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1003,7 +1003,6 @@ substitutions = \ '|RC_LOCAL_SCRIPT_PATH_STOP=$(RC_LOCAL_SCRIPT_PATH_STOP)|' \ '|PYTHON=$(PYTHON)|' \ '|PYTHON_BINARY=$(PYTHON_BINARY)|' \ - '|NTP_SERVERS=$(NTP_SERVERS)|' \ '|DNS_SERVERS=$(DNS_SERVERS)|' \ '|systemuidmax=$(SYSTEM_UID_MAX)|' \ '|systemgidmax=$(SYSTEM_GID_MAX)|' \ |