From e0fac1bf948c2eaa3acf480f4efb1f3aaa2ca12a Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Fri, 25 Jun 2010 15:05:14 +0200 Subject: Add the -g option to ntpd This allows for setting the clock regardless of the time offset. --- plugins/ntpd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/ntpd.c b/plugins/ntpd.c index fa74ea85..731fa463 100644 --- a/plugins/ntpd.c +++ b/plugins/ntpd.c @@ -158,6 +158,7 @@ static int ntpdate(void) goto error_task; } + connman_task_add_argument(ntpdate->task, "-g", NULL); connman_task_add_argument(ntpdate->task, "-q", NULL); /* The servers are added through a temp configuration file */ -- cgit v1.2.3