> 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 5 on V7 and BSD, 4 on SV, and ?? in the
> SVID.
> 
> Notice the "edit there only" part. This tells me
> that it is a
> static file once installed.
> 
> -- 
> Randy

For your information, that file is not static after
all. I added a new entry to the magic file:

0    string     EPF0     EPF -- executable package
file

then I i tested it.

[EMAIL PROTECTED]:~/work/nightly$ file epftool-060114.epf
epftool-060114.epf: EPF -- executable package file

it worked.

I found the need of editing this file because I wrote
a program that checks whether it accepts the right
file. So it is supposed to be editable.

(this issue came from me :), so i'd like to play
along)

regards,
ario


  I like Salmonfish .


                
____________________________________________________ 
Do you Yahoo!? 
Listen to over 20 online radio stations and watch the latest music videos on 
Yahoo! Music. 
http://au.launch.yahoo.com
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to