[haiku-commits] haiku: hrev44506 - src/data/beos_mime/application

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 9 Aug 2012 21:37:53 +0200 (CEST)

hrev44506 adds 1 changeset to branch 'master'
old head: 8d9d55630a323b48d41e998913bbac3d40f66c45
new head: 6adbfc19ef9d2f4b5f59977ffe2e5f5b74e49302

----------------------------------------------------------------------------

6adbfc1: Add an nfs: URI description to the MIME database

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44506
Commit:      6adbfc19ef9d2f4b5f59977ffe2e5f5b74e49302
URL:         http://cgit.haiku-os.org/haiku/commit/?id=6adbfc1
Author:      François Revol <revol@xxxxxxx>
Date:        Thu Aug  9 19:37:09 2012 UTC

----------------------------------------------------------------------------

1 file changed, 11 insertions(+)
src/data/beos_mime/application/x-vnd.be.url.nfs |   11 +++++++++++

----------------------------------------------------------------------------

diff --git a/src/data/beos_mime/application/x-vnd.be.url.nfs 
b/src/data/beos_mime/application/x-vnd.be.url.nfs
new file mode 100644
index 0000000..14249cf
--- /dev/null
+++ b/src/data/beos_mime/application/x-vnd.be.url.nfs
@@ -0,0 +1,11 @@
+
+resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
+
+resource(1, "META:TYPE") "application/x-vnd.Be.URL.nfs";
+
+resource(2, "META:S:DESC") #'MSDC' "NFS URL";
+
+resource(3, "META:L:DESC") #'MLDC' "Network File System Protocol URL";
+
+resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-urlwrapper";
+


Other related posts:

  • » [haiku-commits] haiku: hrev44506 - src/data/beos_mime/application - revol