floppym 14/07/10 00:20:25 Modified: systemd-9999.ebuild ChangeLog Log: Don't enable resolved and timesyncd by default. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.124 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.124&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.124&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.123&r2=1.124 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- systemd-9999.ebuild 10 Jul 2014 00:08:58 -0000 1.123 +++ systemd-9999.ebuild 10 Jul 2014 00:20:25 -0000 1.124 @@ -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.123 2014/07/10 00:08:58 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.124 2014/07/10 00:20:25 floppym Exp $ EAPI=5 @@ -331,6 +331,8 @@ # Even with --enable-networkd, it's not right to have this running by default # when it's unconfigured. 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 else mymakeopts+=( install-libLTLIBRARIES 1.283 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.283&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.283&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.282&r2=1.283 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.282 retrieving revision 1.283 diff -u -r1.282 -r1.283 --- ChangeLog 10 Jul 2014 00:08:58 -0000 1.282 +++ ChangeLog 10 Jul 2014 00:20:25 -0000 1.283 @@ -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.282 2014/07/10 00:08:58 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.283 2014/07/10 00:20:25 floppym Exp $ + + 10 Jul 2014; Mike Gilbert <[email protected]> systemd-9999.ebuild: + Don't enable resolved and timesyncd by default. 10 Jul 2014; Mike Gilbert <[email protected]> systemd-9999.ebuild: Use multilib_native_use functions.
