$OpenBSD: patch-dhcpcd_conf,v 1.3 2015/09/08 19:10:19 sthen Exp $

Disable NTP by default.

--- dhcpcd.conf.orig	Fri Sep  4 13:41:18 2015
+++ dhcpcd.conf	Tue Sep  8 21:04:20 2015
@@ -27,7 +27,7 @@ option rapid_commit
 option domain_name_servers, domain_name, domain_search, host_name
 option classless_static_routes
 # Most distributions have NTP support.
-option ntp_servers
+#option ntp_servers
 # Respect the network MTU. This is applied to DHCP routes.
 option interface_mtu
 
