Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ntp/files: ntpdate.service
Date: Tue, 01 Jul 2014 16:54:34
Message-Id: 20140701165426.B703C2004E@flycatcher.gentoo.org
1 pacho 14/07/01 16:54:26
2
3 Modified: ntpdate.service
4 Log:
5 ntpdate needs network to be really connected and working (#501298 by Juergen Rose), toggle options for usage with 'caps' USE (#514660 by Matthias Maier).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 net-misc/ntp/files/ntpdate.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntpdate.service?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntpdate.service?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntpdate.service?r1=1.1&r2=1.2
15
16 Index: ntpdate.service
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpdate.service,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ntpdate.service 15 Sep 2013 18:51:48 -0000 1.1
23 +++ ntpdate.service 1 Jul 2014 16:54:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 [Unit]
26 Description=Set time via NTP using ntpdate
27 -After=network.target nss-lookup.target
28 +After=network-online.target nss-lookup.target
29 Before=time-sync.target
30 Wants=time-sync.target