home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-A.06 / NETKIT-A / NetKit-A-0.06 / pidentd-2.2 / READMEs / README.next < prev    next >
Encoding:
Text File  |  1993-04-17  |  1.0 KB  |  33 lines

  1. Machine Type:        NeXTstep 2.x/3.0
  2.  
  3. Make using:        make next
  4. Make optimised:        make "CFLAGS=-O -pipe" "LDFLAGS=-object" next
  5.  
  6. Person(s) porting:    Nigel Metheringham <nigelm@ohm.york.ac.uk>
  7. Port date:        5 April, 1993
  8. Verified working:    OS version    Pident vers  Person
  9.             3.0          2.1beta9       <nigelm@ohm.york.ac.uk>
  10.             2.1          2.1beta9       <Piete.Brooks@cl.cam.ac.uk>
  11.  
  12. Build comments:        Build using the optimising make line above - makes a
  13.             much smaller tighter daemon.
  14.             Edit the destination part of the Makefile to suit
  15.             your system -
  16.             common values are:-
  17.                 DESTROOT=
  18.                 DESTDIR=/usr/etc
  19.                 MANROOT=/usr/man
  20.                 MANDIR=$(MANROOT)/man8
  21.             This has only been tested on black (ie NeXT) hardware,
  22.             however there is no reason why it should not run on
  23.             white (486) hardware under NeXTstep for Intel
  24.             Processors.
  25.  
  26.  
  27. Install comments:    Generally install into /usr/etc
  28.             Start from inetd (or as daemon if you prefer)
  29.  
  30. Usage comments:        Make sure that the user this runs under from inetd
  31.             can read /dev/kmem.  Alternatively run it as root -
  32.             its quite safe!
  33.