]> git.ozlabs.org Git - ppp.git/blobdiff - README.osf
add a few defs
[ppp.git] / README.osf
index e2afc7a4617e65135cec2d4f25f8f52e26ec4236..8780604d3bf820ed810b1d415001dd1c4e7cbf77 100644 (file)
@@ -1,24 +1,17 @@
-
-This file (README.osf) contains instructions for installing ppp-2.2 on a
-DEC Alpha running OSF/1 version 2.0 or 3.0.  The original STREAMS
-module code is by (and copyrighted by) Brad Clements.  See the source 
-files and the general README file for full credits and copyright notices.
-
-If you would like to be on a mailing list concerning the ppp package,
-send mail to srt@cs.unt.edu and let me know.  This mailing list should
-not have any regular traffic --- I will use it only if bugs are reported
-to notify everyone of bug-fixes.
-
-Note for users of the ppp-2.1.2 package:  I have included a fix
-for the non-STREAMS tty drivers in this release.  If you were using
-version 2.1.2 with a hardware serial port, then you probably used the
-"rlogin-kludge" that I described in the README that came with 2.1.2.
-You don't need this any more, and will have a more efficient connection
-if you get rid of this old work-around.
-
-Below are the steps for installing PPP on a Digital Equipment Corp.
-Alpha system running Digital UNIX (formerly known as DEC OSF/1.)
-
+This file (README.osf) contains instructions for installing ppp-2.3 on a
+Digital Alpha-based system running Digital UNIX (aka DEC OSF/1)
+version 2.0 through version 3.2F.  Digial UNIX version 3.2G and beyond
+are not supported by this package, since PPP is an integral component
+of those releases.  (Although it *is* possible to install this software
+on V3.2G and later of Digital UNIX, I would discourage this activity
+because it's likely to break the "update install" feature of Digital
+UNIX.  You were warned...)
+
+If you encounter bugs in this using this PPP package under Digital
+UNIX then please let me (ftw@zk3.dec.com) know.  I can't promise
+quick turnaround but I should be able to address issues eventually.
+
+Below are the steps for installing PPP on Digital UNIX.
 You must do all of the following as "root".
 
 1.  Make the kernel sources, daemon, chat, and pppstat program by typing 
@@ -34,17 +27,19 @@ You must do all of the following as "root".
 2.  This step differs depending on whether you are running OSF/1 V3.0
     or later.
 
-    FOR DEC OSF/1 VERSIONS PRIOR TO V3.0:
+    FOR DEC OSF/1 V2.0 THROUGH V2.1:
 
     | Add the following lines to the file /sys/conf/files:
     |
-    |      streamsm/ppp_if.c                    optional ppp Notbinary
-    |      streamsm/ppp_async.c                 optional ppp Notbinary
-    |      streamsm/ppp_init.c                  optional ppp Notbinary
-    |      streamsm/vjcompress.c                optional ppp Notbinary
-    |      streamsm/bsd-comp.c                  optional ppp Notbinary
-    |      streamsm/ppp_comp.c                  optional ppp Notbinary
-    |
+    | streamsm/if_ppp.c                optional ppp Notbinary optimize -g3
+    | streamsm/ppp_comp.c      optional ppp Notbinary optimize -g3
+    | streamsm/ppp_init.c      optional ppp Notbinary optimize -g3
+    | streamsm/vjcompress.c    optional ppp Notbinary optimize -g3
+    | streamsm/bsd-comp.c      optional ppp Notbinary optimize -g3
+    | streamsm/deflate.c       optional ppp Notbinary optimize -g3
+    | streamsm/ppp.c           optional ppp Notbinary optimize -g3
+    | streamsm/ppp_ahdlc.c     optional ppp Notbinary optimize -g3
+    | streamsm/zlib.c          optional ppp Notbinary optimize -g3
     |
     | Edit the file /sys/streams/str_config.c --- at the end there will be a
     | comment to the effect of "add new configurations above this comment".
@@ -56,16 +51,25 @@ You must do all of the following as "root".
     |      retval = ppp_configure(SYSCONFIG_CONFIGURE,
     |                             &sb, sc_size, &sc, sc_size);
 
-    FOR DEC OSF/1 VERSIONS V3.0 AND LATER, INCLUDING DIGITAL UNIX:
+    FOR DEC OSF/1 V3.0 THROUGH Digital UNIX V3.2F:
 
     | Add the following lines to the file /sys/conf/files:
     |
-    |      streamsm/ppp_if.c          optional ppp if_dynamic ppp Notbinary
-    |      streamsm/ppp_async.c       optional ppp if_dynamic ppp Notbinary
-    |      streamsm/ppp_init.c        optional ppp if_dynamic ppp Notbinary
-    |      streamsm/vjcompress.c      optional ppp if_dynamic ppp Notbinary
-    |      streamsm/bsd-comp.c        optional ppp if_dynamic ppp Notbinary
-    |      streamsm/ppp_comp.c        optional ppp if_dynamic ppp Notbinary
+    | streamsm/if_ppp.c                optional ppp if_dynamic ppp Notbinary optimize -g3
+    | streamsm/ppp_comp.c      optional ppp if_dynamic ppp Notbinary optimize -g3
+    | streamsm/ppp_init.c      optional ppp if_dynamic ppp Notbinary optimize -g3
+    | streamsm/vjcompress.c    optional ppp if_dynamic ppp Notbinary optimize -g3
+    | streamsm/bsd-comp.c      optional ppp if_dynamic ppp Notbinary optimize -g3
+    | streamsm/deflate.c       optional ppp if_dynamic ppp Notbinary optimize -g3
+    | streamsm/ppp.c           optional ppp if_dynamic ppp Notbinary optimize -g3
+    | streamsm/ppp_ahdlc.c     optional ppp if_dynamic ppp Notbinary optimize -g3
+    | streamsm/zlib.c          optional ppp if_dynamic ppp Notbinary optimize -g3
+
+    FOR Digital UNIX V3.2G AND V4.0 AND BEYOND
+
+    This package does not support these versions of Digital UNIX.
+    PPP is an integral part of the OS.  Please see the Guide to
+    Network Administration for details on configuring PPP.
 
 4.  Find your system's configuration file.  This should be called
     /sys/conf/SYSNAME, where SYSNAME is replaced by the name of your
@@ -73,7 +77,7 @@ You must do all of the following as "root".
     /sys/conf/ZAPHOD.  I will refer to this file from now on as 
     /sys/conf/SYSNAME.
 
-5.  Add the following line among the other options in /sys/conf/SYSNAME:
+5.  Add the following line at the end of /sys/conf/SYSNAME:
 
        options         PPP
 
@@ -95,10 +99,6 @@ You must do all of the following as "root".
 
 9.  Reboot and you're ready to go!
 
-Hopefully, that should work with no hitches.  If there are problems, or
-if I have made a mistake in these instructions, please let me know.
-
-Steve Tate
-University of North Texas
-srt@cs.unt.edu
+Hopefully, that should work with no hitches.  If you find any bugs, or
+errors in these instructions, contact Farrell Woods <ftw@zk3.dec.com>.