Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#338 closed defect (fixed)

instead of creating /etc/lfs-<version> file run a "cat version > /etc/lfs"

Reported by: gerard@… Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

Date: Mon, 29 Apr 2002 16:06:35 -0700 (PDT) From: harriwaka@… To: lfs-support@… Subject: Which glibc do I use?

One quick other thing, here. In chapter 9, when we `touch $LFS/etc/lfs-3.3 wouldn't it be better to echo "3.3" > $LFS/etc/lfs`? I'm just thinking that might be easier to identify the version in one file, all across the lfs versions, than in a different file for each book. Also, when the latest stable book is released, the same command will overwrite the old version number. # ls /etc/lfs* /etc/lfs-3.1 /etc/lfs-3.2 /etc/lfs-3.3

Change History (2)

comment:1 by gerard@…, 22 years ago

Seems Timothy fixed this, forgot Bugzilla...please update

comment:2 by timothy@…, 22 years ago

Resolution: fixed
Status: newclosed

Changed to:

echo <version> > $LFS/etc/lfs

Note: See TracTickets for help on using tickets.