floppym     14/05/29 00:13:28

  Modified:             systemd-9999.ebuild ChangeLog
  Log:
  Add systemd-timesync user/group and set gentoo default NTP servers, bug 
511386 by Hristo Venev.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.109                sys-apps/systemd/systemd-9999.ebuild

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

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- systemd-9999.ebuild 3 May 2014 17:35:41 -0000       1.108
+++ systemd-9999.ebuild 29 May 2014 00:13:27 -0000      1.109
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.108 2014/05/03 17:35:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 
1.109 2014/05/29 00:13:27 floppym Exp $
 
 EAPI=5
 
@@ -227,6 +227,8 @@
                
--with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
                
--with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
                --with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
+
+               --with-ntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 
2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
        )
 
        if use firmware-loader; then
@@ -265,6 +267,7 @@
                        --disable-qrencode
                        --disable-seccomp
                        --disable-selinux
+                       --disable-timesyncd
                        --disable-tests
                        --disable-xattr
                        --disable-xz
@@ -431,6 +434,8 @@
 
 pkg_postinst() {
        enewgroup systemd-journal
+       enewgroup systemd-timesync
+       enewuser systemd-timesync -1 -1 -1 systemd-timesync
        if use http; then
                enewgroup systemd-journal-gateway
                enewuser systemd-journal-gateway -1 -1 -1 
systemd-journal-gateway



1.255                sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog   3 May 2014 17:35:41 -0000       1.254
+++ ChangeLog   29 May 2014 00:13:27 -0000      1.255
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.254 
2014/05/03 17:35:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.255 
2014/05/29 00:13:27 floppym Exp $
+
+  29 May 2014; Mike Gilbert <[email protected]> systemd-9999.ebuild:
+  Add systemd-timesync user/group and set gentoo default NTP servers, bug 
511386
+  by Hristo Venev.
 
   03 May 2014; Michał Górny <[email protected]> systemd-208-r3.ebuild,
   systemd-212-r4.ebuild, systemd-9999.ebuild:




Reply via email to