move magic pattern into README
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 24 May 2008 21:09:53 +0000 (23:09 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Sat, 24 May 2008 21:09:53 +0000 (23:09 +0200)
README
regdb.magic [deleted file]

diff --git a/README b/README
index f246500..ee5fe1a 100644 (file)
--- a/README
+++ b/README
@@ -47,3 +47,17 @@ Under certain circumstances it may be desirable to have the regulatory
 agent accept multiple keys, this can be achieved by compiling it when
 more than one key is present in the source directory (named *.pem). In
 this case, the agent will accept a signature of any of those keys.
+
+ MAGIC PATTERN
+===============
+
+Use the following magic(5) pattern to recognise CRDA binary regulatory
+database files:
+
+---- %< ----
+# CRDA Regulatory database file
+# http://git.kernel.org/?p=linux/kernel/git/mcgrof/crda.git;a=summary
+# (see regdb.h)
+0      belong          0x52474442      CRDA regulatory database file
+>4     belong          19              (Version 1)
+---- >% ----
diff --git a/regdb.magic b/regdb.magic
deleted file mode 100644 (file)
index 7afe7e0..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-## magic(5) pattern for the regulatory database
-
-# CRDA Regulatory database file
-# http://git.kernel.org/?p=linux/kernel/git/mcgrof/crda.git;a=summary
-# (see regdb.h)
-0      belong          0x52474442      CRDA regulatory database file
->4     belong          19              (Version 1)