$OpenBSD: patch-dhcpcd_conf,v 1.2 2015/07/25 14:51:28 sthen Exp $

Disable NTP by default.

--- dhcpcd.conf.orig	Thu Jul  9 10:29:43 2015
+++ dhcpcd.conf	Sat Jul 25 15:16:42 2015
@@ -26,8 +26,8 @@ option rapid_commit
 # A list of options to request from the DHCP server.
 option domain_name_servers, domain_name, domain_search, host_name
 option classless_static_routes
-# Most distributions have NTP support.
-option ntp_servers
+# Most distributions have NTP support, disabled by default on OpenBSD.
+#option ntp_servers
 # Respect the network MTU.
 # Some interface drivers reset when changing the MTU so disabled by default.
 #option interface_mtu
