module-init-tools option

2005-12-15 Thread Robertus Ario Jatmiko
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

Re: file's config files

2006-01-13 Thread Robertus Ario Jatmiko
> 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

Re: file's config files

2006-01-14 Thread Robertus Ario Jatmiko
--- 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