Changes between Initial Version and Version 1 of Ticket #2311


Ignore:
Timestamp:
12/29/2008 10:47:39 PM (16 years ago)
Author:
ken@…
Comment:

Replying to Spinal:

Section 7.12.1

sed -i -e 's/write_cd_rules/& mode/' \
    /etc/udev/rules.d/75-cd-aliases-generator.rules

sed: can't read /etc/udev/rules.d/75-cd-aliases-generator.rules: No such file or directory

Probably you mean /lib/udev/rules.d/ ?

Section 7.12.2

... and sound card configuration can be found in BLFS.

It's better to change BLFS link from general to corresponding part of the book.

I mean changing from http://www.linuxfromscratch.org/blfs/ to http://www.linuxfromscratch.org/blfs/view/svn/postlfs/devices.html

gzip-1.3.12

zdiff and zcmp don't work as expected (no output at all) bzdiff works fine in opposite to gzip's crap.

The easiest way to solve this (I think) is to rewrite bzip2's analogous scripts to make them work with gzip archives (these are ordinary bash scripts).

tar

Annoying absence of tar man page in LFS. Why can't we just take one from some distro?

lfs-bootscripts

There's little ?bug? . The patch is in attachment.

Also I can propose to introduce one more service script. It's also in attachment.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2311 – Description

    initial v1  
    1 == Section 7.12.1 ==
    2 
    3 {{{
    4 sed -i -e 's/write_cd_rules/& mode/' \
    5     /etc/udev/rules.d/75-cd-aliases-generator.rules
    6 }}}
    7 sed: can't read /etc/udev/rules.d/75-cd-aliases-generator.rules: No such file or directory
    8 
    9 
    10 Probably you mean '''/lib'''/udev/rules.d/ ?
    11 == Section 7.12.2 ==
    12 ''... and sound card configuration can be found in '''BLFS'''.''
    13 
    14 It's better to change BLFS link from general to corresponding
    15 part of the book.
    16 
    17 I mean changing from ''http://www.linuxfromscratch.org/blfs/'' to ''http://www.linuxfromscratch.org/blfs/view/svn/postlfs/devices.html''
    181== gzip-1.3.12 ==
    192zdiff and zcmp don't work as expected (no output at all)
    203bzdiff works fine in opposite to gzip's crap.
    214
     5> me too (read that as "maybe nobody uses these, since no-one noticed until you reported it").  Does it work in distros (a quick look at fedora suggests they don't do anything obvious to fix this) ?  i.e. is it an LFS-specific problem ?  If it's general, do upstream know ?  (Tested with a couple of gzipped -1 and -2 patches from debian that I happen to have in /sources - most people probably never have anything suitable to use with zdiff or zcmp).
     6
    227
    238The easiest way to solve this (I think) is to rewrite bzip2's analogous scripts to make them work with gzip archives (these are ordinary bash scripts).
    249
     10> but why would we go further down the road of writing our own scripts so that we pretend to be a distro ?
    2511== tar ==
    2612Annoying absence of tar man page in LFS. Why can't we just take one from some distro?
    2713
    28 == lfs-bootscripts ==
    29 There's little ?bug? . The patch is in attachment.
    30 
    31 
    32 Also I can propose to introduce one more service script. It's also in attachment.
     14> because upstream uses info, and hopefully keeps it up to date ?