mgorny 14/06/01 07:33:11 Modified: systemd-9999.ebuild ChangeLog Log: Create user&group for systemd-network. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.112 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.111&r2=1.112 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- systemd-9999.ebuild 31 May 2014 16:48:06 -0000 1.111 +++ systemd-9999.ebuild 1 Jun 2014 07:33:11 -0000 1.112 @@ -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.111 2014/05/31 16:48:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.112 2014/06/01 07:33:11 mgorny Exp $ EAPI=5 @@ -433,6 +433,8 @@ pkg_postinst() { enewgroup systemd-journal + enewgroup systemd-network + enewuser systemd-network -1 -1 -1 systemd-network enewgroup systemd-timesync enewuser systemd-timesync -1 -1 -1 systemd-timesync if use http; then 1.261 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.261&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.261&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.260&r2=1.261 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- ChangeLog 31 May 2014 17:46:36 -0000 1.260 +++ ChangeLog 1 Jun 2014 07:33:11 -0000 1.261 @@ -1,6 +1,9 @@ # 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.260 2014/05/31 17:46:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.261 2014/06/01 07:33:11 mgorny Exp $ + + 01 Jun 2014; Michał Górny <[email protected]> systemd-9999.ebuild: + Create user&group for systemd-network. 31 May 2014; Pacho Ramos <[email protected]> systemd-212-r5.ebuild: amd64 stable, bug #509076
