I have a set of files which start with
The file command recognises these as PK Zip files as there are entries in /etc/magic which look like
I've tried adding the line
both before and after the PKZIP entires. I've also tried
but I still get the file type as PKZIP. I added a dummy entry
which does work so the file is read in real time.
I'm now stuck. I need the file command not to see my configuration files as PKZIP files but still recognise PKZIP files correctly.
I would really appreciate some pointers on this as I' don't know what to try next.
Thanks
Columb Healy
Code:
#PK_BOOT
Code:
0 string PK PKZIP (.zip) compressed archive
1 string PK PKZIP (.zip) compressed archive
Code:
1 string PK_BOOT Configuration File
Code:
>4 string BOOT Configuration File
Code:
0 string columb Test entry
I'm now stuck. I need the file command not to see my configuration files as PKZIP files but still recognise PKZIP files correctly.
I would really appreciate some pointers on this as I' don't know what to try next.
Thanks
Columb Healy