Update of /cvsroot/linux-decnet/latd
In directory usw-pr-cvs1:/tmp/cvs-serv7779
Modified Files:
INSTALL README
Log Message:
Minor doc updates.
Index: INSTALL
===================================================================
RCS file: /cvsroot/linux-decnet/latd/INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** INSTALL 12 Feb 2002 13:36:17 -0000 1.4
--- INSTALL 19 May 2002 12:53:13 -0000 1.5
***************
*** 1,8 ****
Just type "make; make install"
There are a few things you can tweak in the Makefile:
See the lines:
! DEFS+=-DUSE_OPENPTY #-DSETLOGIN_HOST
#DEFS+=-DVERBOSE_DEBUG -DNO_FORK
--- 1,12 ----
Just type "make; make install"
+ You will need to arrange for the daemon to be started when the system boots
+ up, add the command "latcp -s" to a suitable startup script.
+
+
There are a few things you can tweak in the Makefile:
See the lines:
! DEFS+=-DUSE_OPENPTY
#DEFS+=-DVERBOSE_DEBUG -DNO_FORK
***************
*** 15,26 ****
to generate the pairs of pseudo-terminals. Without this it will use old-style
code. If you have a RedHat 5.2 (or similar vintage) distribution you might
! need to remove this to get latd to work. Any system with glibc 2.1.3 will be
! fine with it though.
!
! -DSETLOGIN_HOST
! This depends on your login command. It works fine on RedHat 6.0+ and Debian
! 2.1+ but not on SuSE 6.4 or Redhat 5.x so I've left it commented out by
! default. If you define it then the "who" command will show the name of the
! terminal server/host you came from.
-DNO_FORK prevent the daemon from forking into the background when run. Without
--- 19,24 ----
to generate the pairs of pseudo-terminals. Without this it will use old-style
code. If you have a RedHat 5.2 (or similar vintage) distribution you might
! need to remove this to get latd to work. Any system with glibc 2.1.3 or
! later will be fine with it though.
-DNO_FORK prevent the daemon from forking into the background when run. Without
Index: README
===================================================================
RCS file: /cvsroot/linux-decnet/latd/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** README 20 Mar 2002 16:54:47 -0000 1.8
--- README 19 May 2002 12:53:13 -0000 1.9
***************
*** 42,46 ****
LATD itself currently only runs on Linux but it shouldn't be too hard
to port to other Unix-like platforms by writing an interface class for
! that platform.
The following systems I know to work with LATD because I have tested them,
--- 42,46 ----
LATD itself currently only runs on Linux but it shouldn't be too hard
to port to other Unix-like platforms by writing an interface class for
! that platform, I have tried hard to keep the rest of the code portable.
The following systems I know to work with LATD because I have tested them,
***************
*** 61,65 ****
I am also very much indebted to Real Dupeux for sending me a DECserver 200 for
! the project, without which is would be much impoverished. I use it a for
reverse-LAT every day of the week to log in to the consoles of my VAX, Alpha,
SPARC and MIPS machines.
--- 61,65 ----
I am also very much indebted to Real Dupeux for sending me a DECserver 200 for
! the project, without which it would be much impoverished. I use it a for
reverse-LAT every day of the week to log in to the consoles of my VAX, Alpha,
SPARC and MIPS machines.
|