Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2000 23:56:58 +1000 (EST)
From:      benno@netizen.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/19576: [patch] add magic to file(1) to recognise SID tunes
Message-ID:  <200006291356.XAA11767@rat-thing.netizen.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         19576
>Category:       misc
>Synopsis:       [patch] add magic to file(1) to recognise SID tunes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 29 07:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Benno Rice
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Netizen Pty Ltd
>Environment:

FreeBSD rat-thing.netizen.com.au 5.0-CURRENT FreeBSD 5.0-CURRENT #16: Mon May 29 09:24:20 EST 2000     benno@rat-thing.netizen.com.au:/usr/src/sys/compile/RATTHING  i386

>Description:

file(1) does not currently recognise SID tunes.

>How-To-Repeat:

run file on a SID tune file (.sid file)

>Fix:

Apply the following patch to usr.bin/file/Magdir/audio:

--- audio	Thu Jun 29 23:53:49 2000
+++ audio.new	Thu Jun 29 23:53:46 2000
@@ -94,3 +94,6 @@
 
 0	string		GF1PATCH110\0ID#000002\0	GUS patch
 0	string		GF1PATCH100\0ID#000002\0	Old GUS	patch
+
+# Commodore 64 SID tunes
+0	string		PSID		Commodore 64 SID tune

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006291356.XAA11767>