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

[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] 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 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 execut

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 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

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 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 management. I'd also

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: http://www.linuxfroms

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 pr

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 previ

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 >>>