X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=README.ultrix;h=b6a80d89a11a2accc7fbbad1a36a6bde31b0c0aa;hp=36d2f3089b23b8bbf2e0e2577ce02b4632f4f0d6;hb=7f417198cd0911ddbd890565298a4a400e09cae2;hpb=5251b030bfb5f4d9be11d209b75e29e30fa9cdbb diff --git a/README.ultrix b/README.ultrix index 36d2f30..b6a80d8 100644 --- a/README.ultrix +++ b/README.ultrix @@ -2,8 +2,8 @@ Installing PPP on an Ultrix system requires rebuilding the kernel and rebooting, in addition to making and installing the pppd and chat programs. These instructions apply to RISC (MIPS) systems. This -software has been tested under Ultrix 4.4; it should also work under -Ultrix 4.2 or 4.3. +software should work under Ultrix 4.2, 4.3 or 4.4 (this release has +not been tested yet). Kernel installation procedure. @@ -32,17 +32,20 @@ file with `.orig' appended to the name: Alternatively, edit these files according to the differences shown in ultrix/patches. -3. Copy the following files to /sys/io/netif: +3. Copy the following files to /usr/sys/io/netif: - net/if_ppp.h net/ppp-comp.h net/ppp_defs.h - net/slcompress.h ultrix/bsd-comp.c + ultrix/ppp-deflate.c ultrix/if_ppp.c + ultrix/if_ppp.h ultrix/if_pppvar.h ultrix/ppp_tty.c ultrix/slcompress.c + ultrix/slcompress.h + common/zlib.c + common/zlib.h 4. Add a line like this to the configuration file for your kernel: @@ -67,22 +70,18 @@ of your old /vmunix in / under a different name. ******** -If you have ppp-2.1.2 or earlier already installed in your kernel, -some files will already have been modified as required. The files -which still need to be modified are: +If you have ppp-2.2 already installed in your kernel, most files will +already have been modified as required. You will need to add some +entries to /usr/sys/conf/mips/files.mips. You can do this with a +command like this (as root): - /usr/sys/net/net/netisr.h - /usr/sys/net/net/conf_net.c - /usr/sys/conf/mips/files.mips + patch -p -N