From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/
Date: Wed, 8 Jun 2011 11:24:40 +0000 (UTC) [thread overview]
Message-ID: <b80d7b0634e2b27184422e60dde04b71004e03ed.mgorny@gentoo> (raw)
commit: b80d7b0634e2b27184422e60dde04b71004e03ed
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 11:14:03 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 11:14:03 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=b80d7b06
sys-apps/systemd: Sync from gx86.
(Portage version: 2.2.0_alpha38_p1/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
sys-apps/systemd/Manifest | 12 +++++-----
sys-apps/systemd/systemd-9999.ebuild | 42 +++++++++------------------------
2 files changed, 18 insertions(+), 36 deletions(-)
diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index ca05be4..47d8135 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
-EBUILD systemd-9999.ebuild 3905 RMD160 1034d0467132db85b986c5883247e86519171705 SHA1 185f287b3dede21e09f988505ef1d741918e10fb SHA256 2f1ad3fc325e559c74571239c570f230ba970ffce1cb6fefdcd01cc48c87433b
+EBUILD systemd-9999.ebuild 3324 RMD160 16c593fe409b969330f9396dfa10984179d5e0cc SHA1 52ffdd7d3f1af63b038677c65e26897372835425 SHA256 4db7a3bf6b71b507d70723b3662673a699106bb7679f2472b86158819376fb98
MISC metadata.xml 532 RMD160 9f5a8f7563e27323c5827c45c929cde322283b45 SHA1 862697f70e43ce66b0cace76e791bb73d9389c00 SHA256 1e18687866714408f81dbdf4849ae598a4a6914fae2de83e1d2220af197a39cd
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iJwEAQEIAAYFAk3uNlMACgkQfXuS5UK5QB3ECgP/RzlsiXy85ZJ/Kw7m3LdA9MyV
-s4eaAZMtzSzmbv8imSFhPzRtkQ+GlPWURLSA/Lnu5l0ApSO3IxUV5Z/q/SDbnAfp
-bMsrAwIL3xWFIiJKehp4nPa1QCbVzOvLjt6btu+981cIpRGu7bv23drTdGRzYu8i
-NyTg0IAXRSVQR36gDuo=
-=7i3B
+iJwEAQEIAAYFAk3vWXsACgkQfXuS5UK5QB0S8wQAr0FJf2ofHFq/jdDZw7v5zfra
+DzLmlkaCv7l74JuGlfz9nXdO3SK0zDd32mZrPA+GGZOfSklcq6Z+8W9pn9fHB7a5
+luebHYIFntc7nghaITt//rubZ6vVQJmetvRQEf24OYnCrjPNcKvVU4NVu/VABRuA
+ZopINvl+tj/PK9kOCv8=
+=I2o6
-----END PGP SIGNATURE-----
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 1404c0b..872dc72 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -8,7 +8,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}
http://cgit.freedesktop.org/${PN}/"
inherit autotools autotools-utils git-2 linux-info pam
-DESCRIPTION="systemd is a system and service manager for Linux"
+DESCRIPTION="System and service manager for Linux"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
SRC_URI=""
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS=""
IUSE="audit gtk cryptsetup pam selinux tcpd"
-COMMON_DEPEND=">=sys-apps/dbus-1.4.8-r1
+COMMON_DEPEND=">=sys-apps/dbus-1.4.10
>=sys-apps/util-linux-2.19
>=sys-fs/udev-171
sys-libs/libcap
@@ -108,37 +108,19 @@ src_install() {
keepdir /run
}
-check_mtab_is_symlink() {
+pkg_postinst() {
if [[ ! -L "${ROOT}"etc/mtab ]]; then
- ewarn "${ROOT}etc/mtab must be a symlink to ${ROOT}proc/self/mounts!"
- ewarn "To correct that, execute"
- ewarn " $ ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
- fi
-}
-
-systemd_machine_id_setup() {
- einfo "Setting up /etc/machine-id..."
- if ! "${ROOT}"bin/systemd-machine-id-setup; then
- ewarn "Setting up /etc/machine-id failed, to fix it please see"
- ewarn " http://lists.freedesktop.org/archives/dbus/2011-March/014187.html"
- elif [[ ! -L "${ROOT}"var/lib/dbus/machine-id ]]; then
- # This should be fixed in the dbus ebuild, but we warn about it here.
- ewarn "${ROOT}var/lib/dbus/machine-id ideally should be a symlink to"
- ewarn "${ROOT}etc/machine-id to make it clear that they have the same"
- ewarn "content."
+ ewarn "Upstream suggests that the /etc/mtab file should be a symlink to /proc/mounts."
+ ewarn "It is known to cause users being unable to unmount user mounts. If you don't"
+ ewarn "require that specific feature, please call:"
+ ewarn " $ ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
+ ewarn
fi
-}
-pkg_postinst() {
- check_mtab_is_symlink
- systemd_machine_id_setup
-
- # Inform user about extra configuration
- elog "You may need to perform some additional configuration for some"
- elog "programs to work, see the systemd manpages for loading modules and"
- elog "handling tmpfiles:"
- elog " $ man modules-load.d"
- elog " $ man tmpfiles.d"
+ elog "You may need to perform some additional configuration for some programs"
+ elog "to work, see the systemd manpages for loading modules and handling tmpfiles:"
+ elog " $ man modules-load.d"
+ elog " $ man tmpfiles.d"
elog
ewarn "This a work-in-progress ebuild. You may brick your system. Have fun!"
next reply other threads:[~2011-06-08 11:24 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-08 11:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-12-05 21:28 [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/ Michał Górny
2012-10-26 21:35 Michał Górny
2012-10-26 21:35 Michał Górny
2012-10-26 21:35 Michał Górny
2012-10-15 14:39 Michał Górny
2012-10-04 20:17 Michał Górny
2012-10-04 20:17 Michał Górny
2012-10-04 12:42 Michał Górny
2012-09-21 21:34 Michał Górny
2012-09-07 21:25 Michał Górny
2012-08-28 17:03 Michał Górny
2012-08-11 9:29 Michał Górny
2012-08-11 7:37 Michał Górny
2012-07-09 22:03 Michał Górny
2012-06-20 13:28 Michał Górny
2012-05-02 7:54 Michał Górny
2012-04-04 4:14 Michał Górny
2012-03-14 22:06 Michał Górny
2012-02-11 14:39 Michał Górny
2012-02-11 14:39 Michał Górny
2012-02-11 14:39 Michał Górny
2012-02-10 10:23 Michał Górny
2012-02-02 21:01 Michał Górny
2012-01-21 15:33 Michał Górny
2012-01-21 15:33 Michał Górny
2012-01-21 15:33 Michał Górny
2012-01-14 21:22 Michał Górny
2012-01-14 21:22 Michał Górny
2012-01-14 21:22 Michał Górny
2012-01-14 21:22 Michał Górny
2012-01-14 21:22 Michał Górny
2012-01-14 21:22 Michał Górny
2012-01-14 21:22 Michał Górny
2012-01-07 22:36 Michał Górny
2012-01-05 21:56 Michał Górny
2012-01-05 21:42 Michał Górny
2012-01-05 21:42 Michał Górny
2011-11-13 15:06 Michał Górny
2011-11-09 18:46 Michał Górny
2011-11-09 18:46 Michał Górny
2011-09-22 10:35 Michał Górny
2011-09-12 17:05 Michał Górny
2011-08-29 17:28 Michał Górny
2011-08-09 11:32 Michał Górny
2011-08-09 11:32 Michał Górny
2011-07-27 7:14 Michał Górny
2011-07-15 10:54 Michał Górny
2011-07-14 13:44 Michał Górny
2011-07-13 18:49 Michał Górny
2011-07-05 15:38 Michał Górny
2011-07-03 14:23 Michał Górny
2011-07-01 7:37 Michał Górny
2011-06-25 15:29 Michał Górny
2011-06-24 7:16 Michał Górny
2011-06-15 13:33 Michał Górny
2011-06-07 14:31 Michał Górny
2011-06-06 8:30 Michał Górny
2011-06-06 8:30 Michał Górny
2011-06-06 7:27 Michał Górny
2011-05-27 9:09 Michał Górny
2011-05-22 8:11 Michał Górny
2011-05-06 14:54 Michał Górny
2011-05-03 20:44 Michał Górny
2011-05-03 20:44 Michał Górny
2011-05-03 18:14 Michał Górny
2011-04-27 11:02 Michał Górny
2011-04-26 12:46 Michał Górny
2011-04-20 13:00 Michał Górny
2011-04-18 9:43 Michał Górny
2011-04-17 22:14 Michał Górny
2011-04-17 18:29 Michał Górny
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=b80d7b0634e2b27184422e60dde04b71004e03ed.mgorny@gentoo \
--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