util-linux 'cp -v'

2006-10-10 Thread Robert Connolly
The chapter 5 util-linux page still isn't using '-v' for the cp command. robert pgpXoKShrBML4.pgp Description: PGP signature -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

BLFS and HLFS

2006-10-10 Thread Sebastian Faulborn
If I want to compile packages from BLFS, how can I recognize to which I can add CFLAGS -pie -fpie and SSP? Sorry for this question, but I'm beginner in this. ;-) Filip Bartmann Basically don't bother. -pie/-fpie only allow the compiler to optimize the compilation. By default the gcc hardened spe

Re: patch for /etc/rc.d/init.d/gpm from blfs-bootscripts-20060624

2006-10-10 Thread Joe Ciccone
Dan Nicholson wrote: > On 8/13/06, Christoph Feikes <[EMAIL PROTECTED]> wrote: >> Hello! >> >> First I like to thank everyone involved for the excellent work on LFS >> and BLFS! >> >> I'd like to suggest a little modification of "/etc/rc.d/init.d/gpm" from >> "blfs-bootscripts-20060624.tar.bz2": >

Re: dhcpcd patch - typo corrected

2006-10-10 Thread Dan Nicholson
On 8/22/06, Frederick Brown <[EMAIL PROTECTED]> wrote: Submitted By: Brian Weber Date: 22 August 2006 Name: blfs-bootscripts-6.1.dhcpcd.no-carrier.patch Description: The patch handles the case of a missing carrier on a NIC, ie an unplugged cable or a router/hub down, at startup time by issuing

Re: Bonding ifup-script for LFS 6.2

2006-10-10 Thread Dan Nicholson
Hi Jonathan, On 10/10/06, Philox / Jonathan Salomon <[EMAIL PROTECTED]> wrote: Basically the script ignores the slave bonding devices until the master is set. Then the script checks using ethtool if a device is a bonding device and if so it will find the config files that reference to that bond

Bonding ifup-script for LFS 6.2

2006-10-10 Thread Philox / Jonathan Salomon
Hi all, I hope this is the right place to post this. I have adjusted the /etc/sysconfig/network-devices/ifup script from LFS 6.2 a bit so that it can handle network bonding (with dhcp), because the hint on bonding at http://www.linuxfromscratch.org/hints/downloads/files/ethernet-bonding.txt d