The following comment has been added to this issue:

     Author: Stephen McConnell
    Created: Sat, 4 Sep 2004 3:56 AM
       Body:
A interim workaround is to define the MAGIC_HOME environment valiable to point to a 
different directory.  This will eliminate the reference to ".magic".
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/TOOLS-3?page=comments#action_52824

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/TOOLS-3

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: TOOLS-3
    Summary: Magic eliminates unix file command
       Type: Bug

     Status: Resolved
   Priority: Critical
 Resolution: WON'T FIX

    Project: Metro Tools
 Components: 
             MAGIC

   Assignee: Niclas Hedhman
   Reporter: Joerg Schaible

    Created: Mon, 30 Aug 2004 4:26 PM
    Updated: Sat, 4 Sep 2004 3:56 AM
Environment: Unix, Cygwin

Description:
Magic creates a .magic directory in the home directory of an user. Unfortunately this 
breaks the unix file command. As long as this directory exists "file" cannot find its 
magic files and is no longer able to determin the type of arbitrary files for that 
particular user. Renaming or removing the .magic directory makes file work again:


[EMAIL PROTECTED] joehni $ file relnote.pdf
file: could not find any magic files!
[EMAIL PROTECTED] joehni $ mv .magic .magic-apache
[EMAIL PROTECTED] joehni $ file relnote.pdf
relnote.pdf: PDF document, version 1.3


Please rename this default directory!


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to