home *** CD-ROM | disk | FTP | other *** search
-
- To install the man pages permanently on your system you will need to do the
- following as superuser:
-
- % cp server.nr farch.nr queue.nr /usr/man/cat1 <- or wherever the man pages are
- % cd /usr/man/cat1
- % compress server.nr farch.nr queue.nr
- % mv server.nr.Z server.1
- % mv farch.nr.Z farch.1
- % mv queue.nr.Z queue.1
- % chmod 444 server.1 farch.1 queue.1
- % vi Index <--- if availbable
- add the following lines in Index in the appropriate alphabetic location:
- server.1:server:
- farch.1:farch:
- queue.1:queue:
- % vi /usr/man/whatis <-- or whatever file is used when doing man -k
- add the following lines in whatis:
- server (1) - discussion list server system
- farch (1) - file archiving for list server system
- queue (1) - mail queueing for list server system
-