summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-08-11 12:07:32 -0400
committerMike Gilbert <floppym@gentoo.org>2019-08-11 12:07:32 -0400
commitd627c578b9e27b5349f39fcd238f108734c115f5 (patch)
tree1109db72ae1bec869efb4970f20fd43bfec85517 /sys-apps/systemd/systemd-9999.ebuild
parentwww-plugins/chrome-binary-plugins: automated update (diff)
downloadgentoo-d627c578b9e27b5349f39fcd238f108734c115f5.tar.gz
gentoo-d627c578b9e27b5349f39fcd238f108734c115f5.tar.bz2
gentoo-d627c578b9e27b5349f39fcd238f108734c115f5.zip
sys-apps/systemd: add postinst message about "systemctl preset-all"
Closes: https://bugs.gentoo.org/691854 Package-Manager: Portage-2.3.71, Repoman-2.3.16_p24 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd/systemd-9999.ebuild')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index c259ae220b73..c4350573c99d 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -461,6 +461,11 @@ pkg_postinst() {
eerror "systemd again."
eerror
fi
+
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ elog "To enable a useful set of services, run the following:"
+ elog " systemctl preset-all"
+ fi
}
pkg_prerm() {