summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-05-30 13:58:45 +0000
committerMike Gilbert <floppym@gentoo.org>2015-05-30 13:58:45 +0000
commit5206067e62890d377dca9759d89c0380f5488d03 (patch)
tree1274ca57a6cd5eb01fbbff71e951214a6ac33f96 /sys-apps/systemd
parentcorrection to the slot operator setting to dev-libs/openssl, noted by floppym (diff)
downloadgentoo-2-5206067e62890d377dca9759d89c0380f5488d03.tar.gz
gentoo-2-5206067e62890d377dca9759d89c0380f5488d03.tar.bz2
gentoo-2-5206067e62890d377dca9759d89c0380f5488d03.zip
Remove obsolete postinst messages.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r--sys-apps/systemd/ChangeLog7
-rw-r--r--sys-apps/systemd/systemd-216-r3.ebuild16
-rw-r--r--sys-apps/systemd/systemd-218-r3.ebuild16
-rw-r--r--sys-apps/systemd/systemd-219_p112.ebuild16
-rw-r--r--sys-apps/systemd/systemd-220-r2.ebuild16
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild16
6 files changed, 11 insertions, 76 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 0d30a3b1c346..16fe0fd636ce 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.373 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.374 2015/05/30 13:58:45 floppym Exp $
+
+ 30 May 2015; Mike Gilbert <floppym@gentoo.org> systemd-216-r3.ebuild,
+ systemd-218-r3.ebuild, systemd-219_p112.ebuild, systemd-220-r2.ebuild,
+ systemd-9999.ebuild:
+ Remove obsolete postinst messages.
30 May 2015; Pacho Ramos <pacho@gentoo.org> systemd-216-r3.ebuild,
systemd-218-r3.ebuild, systemd-219_p112.ebuild, systemd-220-r2.ebuild,
diff --git a/sys-apps/systemd/systemd-216-r3.ebuild b/sys-apps/systemd/systemd-216-r3.ebuild
index fe5ef11403a2..991daae1262c 100644
--- a/sys-apps/systemd/systemd-216-r3.ebuild
+++ b/sys-apps/systemd/systemd-216-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild,v 1.10 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild,v 1.11 2015/05/30 13:58:45 floppym Exp $
EAPI=5
@@ -479,26 +479,12 @@ pkg_postinst() {
eerror
fi
- if [[ ! -L "${ROOT}"/etc/mtab ]]; then
- ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
- ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
- ewarn "and 'mount' to not work properly. Please run:"
- ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
- ewarn
- fi
-
if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
ewarn "to /run/systemd/resolve/resolv.conf"
ewarn
fi
-
- if has_version sys-apps/openrc &&
- ! has_version sys-fs/udev-init-scripts; then
- elog "If you plan to boot using OpenRC and udev or eudev, you"
- elog "need to install the udev-init-scripts package."
- fi
}
pkg_prerm() {
diff --git a/sys-apps/systemd/systemd-218-r3.ebuild b/sys-apps/systemd/systemd-218-r3.ebuild
index 67cb5e7be878..d6af70f1fedd 100644
--- a/sys-apps/systemd/systemd-218-r3.ebuild
+++ b/sys-apps/systemd/systemd-218-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v 1.6 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v 1.7 2015/05/30 13:58:45 floppym Exp $
EAPI=5
@@ -443,26 +443,12 @@ pkg_postinst() {
eerror
fi
- if [[ ! -L "${ROOT}"/etc/mtab ]]; then
- ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
- ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
- ewarn "and 'mount' to not work properly. Please run:"
- ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
- ewarn
- fi
-
if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
ewarn "to /run/systemd/resolve/resolv.conf"
ewarn
fi
-
- if has_version sys-apps/openrc &&
- ! has_version sys-fs/udev-init-scripts; then
- elog "If you plan to boot using OpenRC and udev or eudev, you"
- elog "need to install the udev-init-scripts package."
- fi
}
pkg_prerm() {
diff --git a/sys-apps/systemd/systemd-219_p112.ebuild b/sys-apps/systemd/systemd-219_p112.ebuild
index 4cf3cc11826a..8d540815ca58 100644
--- a/sys-apps/systemd/systemd-219_p112.ebuild
+++ b/sys-apps/systemd/systemd-219_p112.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v 1.3 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v 1.4 2015/05/30 13:58:45 floppym Exp $
EAPI=5
@@ -456,26 +456,12 @@ pkg_postinst() {
eerror
fi
- if [[ ! -L "${ROOT}"/etc/mtab ]]; then
- ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
- ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
- ewarn "and 'mount' to not work properly. Please run:"
- ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
- ewarn
- fi
-
if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
ewarn "to /run/systemd/resolve/resolv.conf"
ewarn
fi
-
- if has_version sys-apps/openrc &&
- ! has_version sys-fs/udev-init-scripts; then
- elog "If you plan to boot using OpenRC and udev or eudev, you"
- elog "need to install the udev-init-scripts package."
- fi
}
pkg_prerm() {
diff --git a/sys-apps/systemd/systemd-220-r2.ebuild b/sys-apps/systemd/systemd-220-r2.ebuild
index 105c11a99978..b732850116b7 100644
--- a/sys-apps/systemd/systemd-220-r2.ebuild
+++ b/sys-apps/systemd/systemd-220-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.3 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.4 2015/05/30 13:58:45 floppym Exp $
EAPI=5
@@ -471,26 +471,12 @@ pkg_postinst() {
eerror
fi
- if [[ ! -L "${ROOT}"/etc/mtab ]]; then
- ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
- ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
- ewarn "and 'mount' to not work properly. Please run:"
- ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
- ewarn
- fi
-
if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
ewarn "to /run/systemd/resolve/resolv.conf"
ewarn
fi
-
- if has_version sys-apps/openrc &&
- ! has_version sys-fs/udev-init-scripts; then
- elog "If you plan to boot using OpenRC and udev or eudev, you"
- elog "need to install the udev-init-scripts package."
- fi
}
pkg_prerm() {
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index a3bfb4426aa5..6b3dbf1efff3 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.168 2015/05/30 13:03:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.169 2015/05/30 13:58:45 floppym Exp $
EAPI=5
@@ -479,26 +479,12 @@ pkg_postinst() {
eerror
fi
- if [[ ! -L "${ROOT}"/etc/mtab ]]; then
- ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
- ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
- ewarn "and 'mount' to not work properly. Please run:"
- ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
- ewarn
- fi
-
if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
ewarn "to /run/systemd/resolve/resolv.conf"
ewarn
fi
-
- if has_version sys-apps/openrc &&
- ! has_version sys-fs/udev-init-scripts; then
- elog "If you plan to boot using OpenRC and udev or eudev, you"
- elog "need to install the udev-init-scripts package."
- fi
}
pkg_prerm() {