#!/bin/sh /usr/share/dpatch/dpatch-run ## 903-magic-local.dpatch by Michael Piefel ## ## DP: No longer includes Localstuff in /usr/share/misc/magic. Local definitions ## DP: should go to /etc/magic. @DPATCH@ diff -Naurp file-4.23.orig/magic/Header file-4.23/magic/Header --- file-4.23.orig/magic/Header 2000-08-05 17:36:46.000000000 +0000 +++ file-4.23/magic/Header 2008-01-12 17:54:27.000000000 +0000 @@ -1,5 +1,5 @@ -# 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. +# Format is described in magic(5). +# Don't edit this file, edit /etc/magic or send your suggested inclusions to +# this file as a wishlist bug against file (using the reportbug utility). + diff -Naurp file-4.23.orig/magic/magic.local file-4.23/magic/magic.local --- file-4.23.orig/magic/magic.local 1970-01-01 00:00:00.000000000 +0000 +++ file-4.23/magic/magic.local 2008-01-12 17:54:27.000000000 +0000 @@ -0,0 +1,3 @@ +# Magic local data for file(1) command. +# Insert here your local magic data. Format is described in magic(5). + diff -Naurp file-4.23.orig/src/Makefile.am file-4.23/src/Makefile.am --- file-4.23.orig/src/Makefile.am 2007-12-02 17:32:23.000000000 +0000 +++ file-4.23/src/Makefile.am 2008-01-12 17:54:27.000000000 +0000 @@ -5,7 +5,7 @@ EXTRA_DIST = test.c bin_PROGRAMS = file -AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"' +AM_CPPFLAGS = -DMAGIC='"/etc/magic:$(MAGIC)"' libmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.c \ compress.c is_tar.c readelf.c print.c fsmagic.c \ diff -Naurp file-4.23.orig/src/Makefile.in file-4.23/src/Makefile.in --- file-4.23.orig/src/Makefile.in 2007-12-28 20:35:02.000000000 +0000 +++ file-4.23/src/Makefile.in 2008-01-12 17:54:27.000000000 +0000 @@ -199,7 +199,7 @@ MAGIC = $(pkgdatadir)/magic lib_LTLIBRARIES = libmagic.la include_HEADERS = magic.h EXTRA_DIST = test.c -AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"' +AM_CPPFLAGS = -DMAGIC='"/etc/magic:$(MAGIC)"' libmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.c \ compress.c is_tar.c readelf.c print.c fsmagic.c \ funcs.c file.h names.h patchlevel.h readelf.h tar.h apptype.c \