Re: [lfs-support] LFS-7.5 Chapter 6.61. Util-linux-2.24.1

2014-04-07 Thread baho utot
On 04/06/2014 09:09 PM, Bruce Dubbs wrote: baho utot wrote: On 04/06/2014 08:33 PM, William Harrington wrote: On Apr 6, 2014, at 7:20 PM, baho utot wrote: the configure should be: ./configure --disable-nologin as nologin was previously installed by shadow Does util-linux nologin binary

Re: [lfs-support] LFS-7.5 Chapter 6.61. Util-linux-2.24.1

2014-04-07 Thread Bruce Dubbs
baho utot wrote: On 04/06/2014 09:09 PM, Bruce Dubbs wrote: baho utot wrote: On 04/06/2014 08:33 PM, William Harrington wrote: On Apr 6, 2014, at 7:20 PM, baho utot wrote: the configure should be: ./configure --disable-nologin as nologin was previously installed by shadow Does

Re: [lfs-support] LFS-7.5 Chapter 6.61. Util-linux-2.24.1

2014-04-07 Thread baho utot
On 04/07/2014 08:03 AM, Bruce Dubbs wrote: baho utot wrote: On 04/06/2014 09:09 PM, Bruce Dubbs wrote: baho utot wrote: On 04/06/2014 08:33 PM, William Harrington wrote: On Apr 6, 2014, at 7:20 PM, baho utot wrote: the configure should be: ./configure --disable-nologin as nologin was

Re: [lfs-support] LFS-7.5 Chapter 6.61. Util-linux-2.24.1

2014-04-07 Thread Bruce Dubbs
baho utot wrote: On 04/07/2014 08:03 AM, Bruce Dubbs wrote: Do you want to submit a patch? Attached is the patch LOL. That's html. The book is in xml docbook. I'll see what I can do. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: [lfs-support] LFS-7.5 Chapter 6.61. Util-linux-2.24.1

2014-04-07 Thread William Immendorf
On Mon, Apr 7, 2014 at 5:24 PM, Bruce Dubbs bruce.du...@gmail.com wrote: LOL. That's html. The book is in xml docbook. I'll see what I can do. I've looked at the patch briefly. I'm pretty sure that using rm to remove an executable is a bad idea in a system that might not always have package

Re: [lfs-support] LFS-7.5 Chapter 6.61. Util-linux-2.24.1

2014-04-07 Thread Bruce Dubbs
William Immendorf wrote: On Mon, Apr 7, 2014 at 5:24 PM, Bruce Dubbs bruce.du...@gmail.com wrote: LOL. That's html. The book is in xml docbook. I'll see what I can do. I've looked at the patch briefly. I'm pretty sure that using rm to remove an executable is a bad idea in a system that

Re: [lfs-support] LFS-7.5 Chapter 6.61. Util-linux-2.24.1

2014-04-07 Thread baho utot
On 04/07/2014 06:53 PM, Bruce Dubbs wrote: William Immendorf wrote: On Mon, Apr 7, 2014 at 5:24 PM, Bruce Dubbs bruce.du...@gmail.com wrote: LOL. That's html. The book is in xml docbook. I'll see what I can do. I've looked at the patch briefly. I'm pretty sure that using rm to remove an

[lfs-support] how about auto create udev-lfs-xxx.tar.bz2 automatically

2014-04-07 Thread xinglp
in lfs-book, do the following job: local udevlfs=$(grep udev-lfs-version packages.ent); udevlfs=${udevlfs#*\}; udevlfs=${udevlfs%\*} local udevlfsver=${udevlfs##*-} sed -i s/VERSION=.*/VERSION=${udevlfsver}/ udev-lfs/Makefile.lfs mv udev-lfs ${udevlfs} tar -Scaf ${udevlfs}.tar.bz2 ${udevlfs}

Re: [lfs-support] how about auto create udev-lfs-xxx.tar.bz2 automatically

2014-04-07 Thread Bruce Dubbs
xinglp wrote: in lfs-book, do the following job: local udevlfs=$(grep udev-lfs-version packages.ent); udevlfs=${udevlfs#*\}; udevlfs=${udevlfs%\*} local udevlfsver=${udevlfs##*-} sed -i s/VERSION=.*/VERSION=${udevlfsver}/ udev-lfs/Makefile.lfs mv udev-lfs ${udevlfs} tar -Scaf