aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-04-09 19:16:14 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-04-09 19:16:14 +0000
commit9bb0228cb05a2a31c662d8252d17825772dd01fa (patch)
tree9ca48d09405908e1a9fd15534fc586f617f51756 /bootscripts
parent970a126c28d18ccec2d6b08dc51ab367de4a4455 (diff)
Bootscript change log.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r--bootscripts/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog
index c7113a1cd..93b5f8991 100644
--- a/bootscripts/ChangeLog
+++ b/bootscripts/ChangeLog
@@ -1,3 +1,16 @@
+2012-04-09 Bruce Dubbs <bdubbs@linuxfromscratch.org>
+
+ * General update of network scripts ifup/ifdown and services
+ ** Add if_true utility function to init_functions
+ ** Change variable INTERFACES to COMPONENT_INTERFACES for bridge interface
+ ** ifdown now only uses the first SERVICE
+ ** Updated ifup.8 to reflect current usage
+ ** ifup
+ *** Move interface up logic to after service scripts. Eliminates the
+ need for the LINK_CHECK variable.
+ *** Sets the GATEWAY if the variable is set
+ *** Add MTU logic to ifup
+
2012-01-22 Matt Burgess <matthew@linuxfromscratch.org>
* lfs/init.d/udev: Change udevd path following upstream changes to its