home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text5364.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.5 KB  |  38 lines

  1. Message-Id: <Pine.LNX.3.91.951012081238.1368B-100000@exodus.pht.com>
  2. Mime-Version: 1.0
  3. Content-Type: TEXT/PLAIN; charset=US-ASCII
  4. Sender: owner-paper@nacm.com
  5. Precedence: bulk
  6.  
  7. hello...
  8.  
  9. I'm not sure if this has come up yet, but since executor doesn't have
  10. network support, could it at least support the netatalk method of keeping
  11. resource forks in a .AppleDouble directory?  (how about a non-defaulted 
  12. command-line option?)
  13.  
  14. I suppose since I have netatalk source I could recompile it to use
  15. %name-style forks, but that's ugly--I suspect when linux is able to import
  16. appleshares, it'll also represent resource forks in ".AppleDouble"  (also
  17. netatalk comes with linux tools for compressing/decompressing which use
  18. its scheme)
  19.  
  20. Although it's only halfway there (there isn't support for importing from
  21. other macs yet), *boom* you'd have executor able to deal correctly with
  22. files which are in turn exported on appleshare. 
  23.  
  24. ----------
  25.  
  26. background: netatalk allows linux (and quite a few other unixes) to export
  27. files and printers to an ethertalk network.  resource forks are emulated
  28. by putting the fork, with the same name as the data fork, in a directory
  29. ".AppleDouble" (see http://www.umich.edu/~rsug/netatalk/)
  30.  
  31. (we use it quite a lot to serve our www/ftp server to the macintosh group
  32. here, it's extremely cool, I've even backed up macintosh files by burning
  33. iso-9660 cdroms but with the .AppleDouble directories so I can pop it into
  34. my linux box, export it to the macs, and have them see files with their 
  35. types...)
  36.  
  37.  
  38.