home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cops_104.zip / cops_104 / docs / readme.xenix < prev    next >
Text File  |  1992-03-10  |  720b  |  29 lines

  1.  
  2.   Uncomment the "BRAINDEADFLAGS=-lcrypt" in the makefile, and put the line:
  3.  
  4. extern char *crypt();
  5.  
  6.   Right after the #include lines in "pass.c".  This apparently came from 
  7. the makers of Xenix, about the availability of crypt(3):
  8.  
  9. ========================
  10. Subject: crypt in Xenix
  11.  
  12. Due to the export restrictions on CRYPT, we do not ship it with the
  13. standard product.  We do ship it as an SLS: the relevant numbers are
  14. lng190 (for shipment inside the U.S. only) and lng225, which can be
  15. shipped outside the U.S..
  16. ========================
  17.  
  18.   Make the following change in dev.chk:
  19.  
  20. line 39:
  21. > mtab=/etc/fstab
  22.  
  23. To:
  24. < mtab=/etc/checklist
  25.  
  26.  
  27. (note to myself:
  28. Need to change something... checklist has has one fs per line...)
  29.