floppym     15/02/02 21:14:51

  Modified:             systemd-218-r2.ebuild systemd-9999.ebuild ChangeLog
  Log:
  timesyncd gets pulled in by sysinit.target by default, disable this.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  sys-apps/systemd/systemd-218-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild?r1=1.1&r2=1.2

Index: systemd-218-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- systemd-218-r2.ebuild       17 Jan 2015 20:51:30 -0000      1.1
+++ systemd-218-r2.ebuild       2 Feb 2015 21:14:51 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild,v 
1.1 2015/01/17 20:51:30 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r2.ebuild,v 
1.2 2015/02/02 21:14:51 floppym Exp $
 
 EAPI=5
 
@@ -356,7 +356,7 @@
        # permanently.
        rm -f 
"${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
        rm -f 
"${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
-       rm -f 
"${D}"/etc/systemd/system/multi-user.target.wants/systemd-timesyncd.service
+       rm -f 
"${D}"/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
        rm -rf "${D}"/etc/systemd/system/network-online.target.wants
 }
 



1.155                sys-apps/systemd/systemd-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.155&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.155&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.154&r2=1.155

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- systemd-9999.ebuild 1 Jan 2015 15:09:29 -0000       1.154
+++ systemd-9999.ebuild 2 Feb 2015 21:14:51 -0000       1.155
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.154 2015/01/01 15:09:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.155 2015/02/02 21:14:51 floppym Exp $
 
 EAPI=5
 
@@ -379,7 +379,7 @@
        # permanently.
        rm -f 
"${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
        rm -f 
"${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
-       rm -f 
"${D}"/etc/systemd/system/multi-user.target.wants/systemd-timesyncd.service
+       rm -f 
"${D}"/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
        rm -rf "${D}"/etc/systemd/system/network-online.target.wants
 }
 



1.344                sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.344&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.344&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.343&r2=1.344

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -r1.343 -r1.344
--- ChangeLog   31 Jan 2015 03:06:45 -0000      1.343
+++ ChangeLog   2 Feb 2015 21:14:51 -0000       1.344
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.343 
2015/01/31 03:06:45 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.344 
2015/02/02 21:14:51 floppym Exp $
+
+  02 Feb 2015; Mike Gilbert <[email protected]> systemd-218-r2.ebuild,
+  systemd-9999.ebuild:
+  timesyncd gets pulled in by sysinit.target by default, disable this.
 
   31 Jan 2015; Mike Gilbert <[email protected]> metadata.xml:
   Update use flag descriptions, bug 537380 by Elias Probst.




Reply via email to