summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-11-12 16:28:24 +0000
committerRoy Marples <uberlord@gentoo.org>2006-11-12 16:28:24 +0000
commit3c6feb26cc7394fc8f917f450cbdbb4a9a5b900d (patch)
tree135307522430fb7021e2d17d1456efc6c752f23a /sys-apps/baselayout
parentInstall missing files, bug #154812 (diff)
downloadgentoo-2-3c6feb26cc7394fc8f917f450cbdbb4a9a5b900d.tar.gz
gentoo-2-3c6feb26cc7394fc8f917f450cbdbb4a9a5b900d.tar.bz2
gentoo-2-3c6feb26cc7394fc8f917f450cbdbb4a9a5b900d.zip
Add a warning about the RC_STRICT_NET_CHECKING variable being dropped.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r--sys-apps/baselayout/ChangeLog6
-rw-r--r--sys-apps/baselayout/baselayout-1.13.0_alpha7-r1.ebuild12
-rw-r--r--sys-apps/baselayout/baselayout-1.13.0_alpha7.ebuild12
3 files changed, 27 insertions, 3 deletions
diff --git a/sys-apps/baselayout/ChangeLog b/sys-apps/baselayout/ChangeLog
index 43919d472f8d..d6acdebbb540 100644
--- a/sys-apps/baselayout/ChangeLog
+++ b/sys-apps/baselayout/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for sys-apps/baselayout
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.364 2006/11/11 15:25:41 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.365 2006/11/12 16:28:24 uberlord Exp $
# See the rc-scripts ChangeLog in subversion for release info:
# http://sources.gentoo.org/viewcvs.py/*checkout*/baselayout/trunk/ChangeLog
+ 12 Nov 2006; Roy Marples <uberlord@gentoo.org>
+ baselayout-1.13.0_alpha7.ebuild, baselayout-1.13.0_alpha7-r1.ebuild:
+ Add a warning about the RC_STRICT_NET_CHECKING variable being dropped.
+
*baselayout-1.13.0_alpha7-r1 (11 Nov 2006)
11 Nov 2006; Roy Marples <uberlord@gentoo.org>
diff --git a/sys-apps/baselayout/baselayout-1.13.0_alpha7-r1.ebuild b/sys-apps/baselayout/baselayout-1.13.0_alpha7-r1.ebuild
index 007fac4c81ae..4b3f7920aad0 100644
--- a/sys-apps/baselayout/baselayout-1.13.0_alpha7-r1.ebuild
+++ b/sys-apps/baselayout/baselayout-1.13.0_alpha7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.13.0_alpha7-r1.ebuild,v 1.1 2006/11/11 15:25:42 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.13.0_alpha7-r1.ebuild,v 1.2 2006/11/12 16:28:24 uberlord Exp $
inherit flag-o-matic eutils toolchain-funcs multilib
@@ -269,6 +269,16 @@ pkg_postinst() {
fi
echo
+ einfo "baselayout-1.13 and higher have dropped the RC_STRICT_NET_CHECKING"
+ einfo "variable from /etc/conf.d/rc. ${lo} now provides \"net\" and so does"
+ einfo "each net script linked to it."
+ einfo "The net dependency is now satisfied by any net.* scripts in the default"
+ einfo "runlevel, otherwise it's the last net.* script running which includes"
+ einfo "${lo}. So if you need to restart a net script that is listed in the"
+ einfo "runlevel you are in and not restart anything that needs it then you"
+ einfo "will need to use the --nodeps command line option."
+
+ echo
ewarn "baselayout-1.13 and higher now force \$svcdir to be mounted ramdisk."
ewarn "If you downgrade to a lower version you'll need to copy the directory"
ewarn " /$(get_libdir)/rcscripts/init.d"
diff --git a/sys-apps/baselayout/baselayout-1.13.0_alpha7.ebuild b/sys-apps/baselayout/baselayout-1.13.0_alpha7.ebuild
index 5b9f421b996d..b3ff16c4cfb9 100644
--- a/sys-apps/baselayout/baselayout-1.13.0_alpha7.ebuild
+++ b/sys-apps/baselayout/baselayout-1.13.0_alpha7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.13.0_alpha7.ebuild,v 1.1 2006/11/10 21:01:07 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.13.0_alpha7.ebuild,v 1.2 2006/11/12 16:28:24 uberlord Exp $
inherit flag-o-matic eutils toolchain-funcs multilib
@@ -266,6 +266,16 @@ pkg_postinst() {
fi
echo
+ einfo "baselayout-1.13 and higher have dropped the RC_STRICT_NET_CHECKING"
+ einfo "variable from /etc/conf.d/rc. ${lo} now provides \"net\" and so does"
+ einfo "each net script linked to it."
+ einfo "The net dependency is now satisfied by any net.* scripts in the default"
+ einfo "runlevel, otherwise it's the last net.* script running which includes"
+ einfo "${lo}. So if you need to restart a net script that is listed in the"
+ einfo "runlevel you are in and not restart anything that needs it then you"
+ einfo "will need to use the --nodeps command line option."
+
+ echo
ewarn "baselayout-1.13 and higher now force \$svcdir to be mounted ramdisk."
ewarn "If you downgrade to a lower version you'll need to copy the directory"
ewarn " /$(get_libdir)/rcscripts/init.d"