public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Fri, 29 Mar 2013 15:26:52 +0000 (UTC)	[thread overview]
Message-ID: <20130329152652.82C602171D@flycatcher.gentoo.org> (raw)

mgorny      13/03/29 15:26:52

  Modified:             systemd-9999.ebuild ChangeLog
  Log:
  Move udev executables to rootfs to avoid breaking the few systems which install systemd but aren't prepared for it. Symlink to the new locations for compat.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

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

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

Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- systemd-9999.ebuild	26 Mar 2013 22:02:45 -0000	1.31
+++ systemd-9999.ebuild	29 Mar 2013 15:26:52 -0000	1.32
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.31 2013/03/26 22:02:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.32 2013/03/29 15:26:52 mgorny Exp $
 
 EAPI=5
 
@@ -152,6 +152,13 @@
 		udevlibexecdir="${MY_UDEVDIR}" \
 		dist_udevhwdb_DATA=
 
+	# keep udev working without initramfs, for openrc compat
+	dodir /sbin
+	mv "${D}"/usr/lib/systemd/systemd-udevd "${D}"/sbin/udevd || die
+	mv "${D}"/usr/bin/udevadm "${D}"/sbin/udevadm || die
+	dosym ../../../sbin/udevd /usr/lib/systemd/systemd-udevd
+	dosym ../../sbin/udevadm /usr/bin/udevadm
+
 	# zsh completion
 	insinto /usr/share/zsh/site-functions
 	newins shell-completion/systemd-zsh-completion.zsh "_${PN}"
@@ -188,8 +195,12 @@
 		/etc/systemd/ntp-units.d /etc/systemd/user /var/lib/systemd
 
 	# Check whether we won't break user's system.
-	[[ -x "${D}"/bin/systemd ]] || die '/bin/systemd symlink broken, aborting.'
-	[[ -x "${D}"/usr/bin/systemd ]] || die '/usr/bin/systemd symlink broken, aborting.'
+	local x
+	for x in /bin/systemd /usr/bin/systemd \
+		/usr/bin/udevadm /usr/lib/systemd/systemd-udevd
+	do
+		[[ -x ${D}${x} ]] || die "${x} symlink broken, aborting."
+	done
 }
 
 pkg_preinst() {



1.103                sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	28 Mar 2013 22:57:21 -0000	1.102
+++ ChangeLog	29 Mar 2013 15:26:52 -0000	1.103
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.102 2013/03/28 22:57:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.103 2013/03/29 15:26:52 mgorny Exp $
+
+  29 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+  Move udev executables to rootfs to avoid breaking the few systems which
+  install systemd but aren't prepared for it. Symlink to the new locations for
+  compat.
 
   28 Mar 2013; Mike Gilbert <floppym@gentoo.org> +files/199-firmware.patch,
   systemd-199.ebuild:





             reply	other threads:[~2013-03-29 15:26 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-29 15:26 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-01 15:10 [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog Mike Gilbert (floppym)
2015-07-24 20:14 Mike Gilbert (floppym)
2015-07-11 16:39 Mike Gilbert (floppym)
2015-06-21 15:29 Mike Gilbert (floppym)
2015-06-10  1:40 Mike Gilbert (floppym)
2015-05-30 18:08 Mike Gilbert (floppym)
2015-05-29  0:03 Mike Gilbert (floppym)
2015-04-13  6:53 Michal Gorny (mgorny)
2014-12-26 19:58 Mike Gilbert (floppym)
2014-08-31 17:02 Mike Gilbert (floppym)
2014-08-31 15:47 Mike Gilbert (floppym)
2014-08-20  7:44 Michal Gorny (mgorny)
2014-07-10 17:12 Mike Gilbert (floppym)
2014-07-10  0:20 Mike Gilbert (floppym)
2014-07-10  0:08 Mike Gilbert (floppym)
2014-07-08 17:01 Mike Gilbert (floppym)
2014-07-04  3:11 Mike Gilbert (floppym)
2014-07-03 20:46 Mike Gilbert (floppym)
2014-06-03  0:46 Mike Gilbert (floppym)
2014-06-01  7:33 Michal Gorny (mgorny)
2014-05-29  1:11 Mike Gilbert (floppym)
2014-05-29  0:13 Mike Gilbert (floppym)
2014-05-02  9:23 Michal Gorny (mgorny)
2014-03-24 19:33 Michal Gorny (mgorny)
2014-02-25 14:40 Michal Gorny (mgorny)
2014-02-24 22:40 Mike Gilbert (floppym)
2014-02-24 22:34 Michal Gorny (mgorny)
2014-02-24  2:29 Mike Gilbert (floppym)
2014-02-22  3:51 Mike Gilbert (floppym)
2014-02-21  3:19 Jason Donenfeld (zx2c4)
2014-02-21  3:05 Mike Gilbert (floppym)
2014-02-20  2:27 Mike Gilbert (floppym)
2013-12-31 17:59 Mike Gilbert (floppym)
2013-12-02 16:49 Michal Gorny (mgorny)
2013-11-25 19:32 Michal Gorny (mgorny)
2013-10-17 18:36 Michal Gorny (mgorny)
2013-04-15 20:13 Michal Gorny (mgorny)
2013-04-15 13:31 Michal Gorny (mgorny)
2013-03-30  9:37 Mike Gilbert (floppym)
2013-03-30  9:33 Mike Gilbert (floppym)
2013-03-26 22:02 Michal Gorny (mgorny)
2013-03-26 17:29 Michal Gorny (mgorny)
2013-03-26 17:19 Michal Gorny (mgorny)
2013-03-26 16:35 Michal Gorny (mgorny)
2013-02-08 18:38 Michal Gorny (mgorny)
2013-01-21 18:01 Mike Gilbert (floppym)
2013-01-21 17:33 Mike Gilbert (floppym)
2013-01-08 21:20 Michal Gorny (mgorny)
2013-01-08 16:44 Michal Gorny (mgorny)
2012-12-15 13:05 Michal Gorny (mgorny)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130329152652.82C602171D@flycatcher.gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox