From 238d28348a1b3b0fb8329259018a0025990e91d7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 26 Feb 2012 12:28:07 +0100 Subject: [PATCH] work around broken firewalls. Hopefully it will not break differently broken networks --- modules/ntpdate/templates/etc-default-ntpdate.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ntpdate/templates/etc-default-ntpdate.erb b/modules/ntpdate/templates/etc-default-ntpdate.erb index a75d9488a..52be6859e 100644 --- a/modules/ntpdate/templates/etc-default-ntpdate.erb +++ b/modules/ntpdate/templates/etc-default-ntpdate.erb @@ -33,4 +33,4 @@ NTPSERVERS="" %> # Additional options to pass to ntpdate -NTPOPTIONS="" +NTPOPTIONS="-u" # work around broken firewalls -- 2.20.1