diff options
author | 2012-10-20 22:33:19 +0000 | |
---|---|---|
committer | 2012-10-20 22:33:19 +0000 | |
commit | 7c0eec9bbeaea1409425ec1df003df4d4cb27600 (patch) | |
tree | e382eaff741a8495d05af2d7913e1adc5ab5a31a /sys-apps/openrc | |
parent | Fix build with mesa opengl, bug #438180, patch ported from gstreamer-vaapi by... (diff) | |
download | gentoo-2-7c0eec9bbeaea1409425ec1df003df4d4cb27600.tar.gz gentoo-2-7c0eec9bbeaea1409425ec1df003df4d4cb27600.tar.bz2 gentoo-2-7c0eec9bbeaea1409425ec1df003df4d4cb27600.zip |
Add warning about nfs mounts no longer being handled directly by OpenRC.
(Portage version: 2.2.0_alpha140/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/openrc-0.11.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.11.1.ebuild b/sys-apps/openrc/openrc-0.11.1.ebuild index 0961767c1080..8c7acf5986ed 100644 --- a/sys-apps/openrc/openrc-0.11.1.ebuild +++ b/sys-apps/openrc/openrc-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.1.ebuild,v 1.2 2012/10/20 19:25:07 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.1.ebuild,v 1.3 2012/10/20 22:33:19 williamh Exp $ EAPI=4 @@ -455,6 +455,12 @@ pkg_postinst() { ewarn "The bug you file should block the following tracker:" ewarn "https://bugs.gentoo.org/show_bug.cgi?id=439092" + ewarn "This version of OpenRC doesn't enable nfs mounts automatically any" + ewarn "longer. In order to mount nfs file systems, you must use the" + ewarn "nfsmount service from the nfs-utils package." + ewarn "See bug https://bugs.gentoo.org/show_bug.cgi?id=427996 for" + ewarn "more information on this." + elog "You should now update all files in /etc, using etc-update" elog "or equivalent before restarting any services or this host." elog |