in chapter 6: module-init-tools
"tar -xvf ../module-init-tools-testsuite-3.1.tar.bz2
--strip-path=1 &&"
since tar version 1.15.1, the --strip-path option is
no longer available and replaced with
--strip-components, the command above would return
error stating --stript-path option is not known.
a
> I don't know how or why. This may convince you:
>
> [EMAIL PROTECTED]: ~/build > strings
> /usr/share/file/magic|head
>
> # Magic
> # Magic data for file(1) command.
> # Machine-generated from src/cmd/file/magdir/*; edit
> there only!
> # Format is described in magic(files), where:
> # files is
--- Bryan Kadzban <[EMAIL PROTECTED]> wrote:
> The question is not "*can* you add stuff to the
> magic file". The
> question is "are you *supposed* to add stuff to the
> magic file". From
> the comment in the magic file itself, you are not.
> Re-read what you
> quoted:
>
> >> # Machine-genera