From nobody@FreeBSD.org  Thu Jan  3 13:43:50 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6DF2A37B41B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Jan 2002 13:43:50 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g03LhoK68736;
	Thu, 3 Jan 2002 13:43:50 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200201032143.g03LhoK68736@freefall.freebsd.org>
Date: Thu, 3 Jan 2002 13:43:50 -0800 (PST)
From: Scott Flatman <sf@dsinw.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Tweak /usr/bin/file magic so it can recognize CMUCL FASL files
X-Send-Pr-Version: www-1.0

>Number:         33517
>Category:       bin
>Synopsis:       Tweak /usr/bin/file magic so it can recognize CMUCL FASL files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 03 13:50:00 PST 2002
>Closed-Date:    Thu Jan 3 23:00:36 PST 2002
>Last-Modified:  Thu Jan 03 23:03:10 PST 2002
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
Tweak /usr/src/contrib/file/Magdir/lisp so /usr/bin/file can recognize
CMUCL FASL files.

>How-To-Repeat:
      
>Fix:
--- lisp.orig   Thu Aug  2 15:51:38 2001
+++ lisp        Thu Jan  3 13:16:16 2002
@@ -20,3 +20,6 @@
 
 #.com and .bin for MIT scheme 
 0      string  \372\372\372\372        MIT scheme (library?)
+
+# CMUCL
+0      string  FASL                    CMUCL FASL file

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Thu Jan 3 23:00:36 PST 2002 
State-Changed-Why:  
file(1) is exterally maintained software, as witnessed by the fact 
that its sources are actually in the src/contrib directory and by 
the src/contrib/file/FREEBSD-upgrade description. 

For new magic entries, please contact the author, Christos Zoulas, 
at the address given in the FREEBSD-upgrade file. 

Still, thank you for the efforts to improve FreeBSD! :) 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33517 
>Unformatted:
