Nathan, et al.,

In Aug of last year (2011), you posted a bridge-utils proposal:

        
http://www.linuxfromscratch.org/pipermail/blfs-dev/2011-August/021129.html

And along with the script, included a patch which looks like this:

******** Patch for latest LFS **********
 #!/bin/sh
 ########################################################################
-# Begin $network_devices/services/bridge
+# Begin /lib/boot/bridge
 #
 # Description : Bridge Boot Script
 #
@@ -10,8 +10,7 @@
 #
 ########################################################################

-. /etc/sysconfig/rc
-. ${rc_functions}
+. /lib/boot/functions
 . ${IFCONFIG}

 if [ -n "${INTERFACE}" ]; then
@@ -53,4 +52,4 @@
        ;;
 esac

-# End $network_devices/services/bridge
+# End /lib/boot/bridge
******** Patch for latest LFS **********

I tried to figure out how this script was getting called (and how it was meant 
to interact with the /etc/sysconfig/network-devices files you created, but I 
wasn't able to find a /lib/boot, and found no references to a /lib/boot 
anywhere in /etc (or /lib).

Would you mind explaining where this script is supposed to live, how it gets 
invoked by the other startup scripts, and how it interacts with the config 
files in /e/s/network-devices?  Or, if this mechanism is already out-dated, 
would you mind explaining how you envision bridge-utils working with the 
LFS/BLFS bootscripts?  Thanks!

        Q

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to