home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / listserv5.31 / part01 / doc / README < prev   
Encoding:
Text File  |  1991-12-12  |  756 b   |  22 lines

  1.  
  2. To install the man pages permanently on your system you will need to do the
  3. following as superuser:
  4.  
  5. % cp server.nr farch.nr queue.nr /usr/man/cat1 <- or wherever the man pages are
  6. % cd /usr/man/cat1
  7. % compress server.nr farch.nr queue.nr
  8. % mv server.nr.Z server.1
  9. % mv farch.nr.Z farch.1
  10. % mv queue.nr.Z queue.1
  11. % chmod 444 server.1 farch.1 queue.1
  12. % vi Index <--- if availbable
  13.   add the following lines in Index in the appropriate alphabetic location:
  14.     server.1:server:
  15.     farch.1:farch:
  16.     queue.1:queue:
  17. % vi /usr/man/whatis <-- or whatever file is used when doing man -k
  18.   add the following lines in whatis:
  19.     server (1)    - discussion list server system
  20.     farch (1)    - file archiving for list server system
  21.     queue (1)    - mail queueing for list server system
  22.