home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / sysadmin / 5062 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.8 KB

  1. Xref: sparky comp.sys.next.sysadmin:5062 comp.sys.next.misc:19391 comp.sys.next.programmer:6040
  2. Path: sparky!uunet!dtix!darwin.sura.net!Sirius.dfn.de!chx400!bernina!news
  3. From: flog@open.ch (Florian Gutzwiller)
  4. Newsgroups: comp.sys.next.sysadmin,comp.sys.next.misc,comp.sys.next.programmer
  5. Subject: Who married FileViewer & /etc/magic ?
  6. Message-ID: <1992Sep7.212549.13277@bernina.ethz.ch>
  7. Date: 7 Sep 92 21:25:49 GMT
  8. Sender: news@bernina.ethz.ch (USENET News System)
  9. Reply-To: flog@open.ch
  10. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  11. Lines: 28
  12.  
  13. We're adding NeXT machines to a Sun NFS server. People on the Suns use  
  14. FrameMaker. FrameMaker and Sun applications in general do not agree on any  
  15. convention to use standard file extensions such as *.frame *.eps ....
  16. Frame users on the Sun must have the freedom to name their documents without  
  17. the .frame extension (I can't change that). 
  18.  
  19. Instead they use the so called /etc/magic file. A table that identifies files  
  20. by it's contents in the head of the file e.g.
  21.  
  22.     0       string          %!              PostScript document
  23.     0       string          \037\235        compressed data
  24.     0       long            0100554         APL workspace (Ken's original?)
  25.  
  26. Sun has taken over this functionality from S5R3.1 1.25. NeXT only relies on the  
  27. extensions which are classified only by existing (installed) applications. This  
  28. does not work out in heterogeneous NFS environments as the one I described.
  29.  
  30. The worst case solution would be to create symbolic links that contains the  
  31. correct NeXT specific extensions, but if you're using a document management  
  32. software and over 100 documents are created during one day ...
  33.  
  34. Thanks for any comment ...
  35.  
  36. -Florian
  37. --
  38. Florian A. Gutzwiller    Phone:  +41-61-281-8600 
  39. Open Systems AG        Fax:    +41-61-281-8603
  40. Basel/Switzerland    E-Mail: flog@open.ch (NeXT)
  41.