Author: bdubbs Date: 2012-04-09 13:16:14 -0600 (Mon, 09 Apr 2012) New Revision: 9808
Modified: trunk/BOOK/bootscripts/ChangeLog Log: Bootscript change log. Modified: trunk/BOOK/bootscripts/ChangeLog =================================================================== --- trunk/BOOK/bootscripts/ChangeLog 2012-04-09 19:14:33 UTC (rev 9807) +++ trunk/BOOK/bootscripts/ChangeLog 2012-04-09 19:16:14 UTC (rev 9808) @@ -1,3 +1,16 @@ +2012-04-09 Bruce Dubbs <[email protected]> + + * 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 <[email protected]> * lfs/init.d/udev: Change udevd path following upstream changes to its -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
