home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / appletal / 3273 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.protocols.appletalk
  2. Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!djh
  3. From: djh@cs.mu.OZ.AU (David Hornsby)
  4. Subject: Re: Copy Protecting Apps
  5. Message-ID: <9224709.29318@mulga.cs.mu.OZ.AU>
  6. Organization: Computer Science, University of Melbourne, Australia
  7. References: <1992Aug31.230410.3151@morrow.stanford.edu> <pwd-010992140745@thunder.apple.coms> <1992Sep2.195511.21624@leland.Stanford.EDU>
  8. Date: Wed, 2 Sep 1992 23:56:18 GMT
  9. Lines: 22
  10.  
  11. gimper@leland.Stanford.EDU (Stuart Miyasato) writes:
  12. >So first, we need to know how to keep students from copying the applications
  13. >from the CAP server to their hard disks (and thus possibly violating our
  14. >license agreements).  And second, we need a way to enforce the licensing
  15. >agreements assuming the application is run directly off the server.
  16. >Any ideas?
  17.  
  18. Why don't you use the Application Manager added in CAP patch number 61. There
  19. is also a feature flag to set in m4.features at Configure time. See the README
  20. file in cap60/contrib/AppManager for details. Following is an extract ...
  21.  
  22. The Application Manager uses a new argument to aufs:
  23.  
  24.     aufs -A <listname>
  25.  
  26. The file <listname> contains information of the format
  27.  
  28. /mac/servers/studeApplications/Word 4.0/Word:20P
  29.  
  30. which limits Word to 20 simultaneous uses. The file cannot be Finder copied
  31.  
  32.  - David.
  33.