X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=README.sunos4;h=b48aec377d89a7b0bd35b8bb3cc03036c946f21f;hp=b388f2d8e2b2d7b73458d6f067aae451575551f5;hb=5ba9d88b943e9d5a3ababdadf1d2e246581dfdc6;hpb=4d5401a1de510cdbb89cf10bc5956774c62683be diff --git a/README.sunos4 b/README.sunos4 index b388f2d..b48aec3 100644 --- a/README.sunos4 +++ b/README.sunos4 @@ -19,6 +19,11 @@ kernel modules. ./configure make +If you wish to compile using gcc instead of cc, edit the +sunos4/Makedefs file and uncomment the line saying "CC = gcc". You +can also change the C compiler options by editing the COPTS +definition. + 2. Install the pppd, pppstats and chat programs and the loadable module object files (you need to be root to do this): @@ -27,7 +32,8 @@ module object files (you need to be root to do this): By default, the programs and the loadable module object files go into /usr/local/etc. Doing `make install' also copies a script called ppp.INSTALL into /dev, and makes ppp.LOAD, ppp.UNLOAD, ppp.MKDEV and -ppp.RMDEV links to it. +ppp.RMDEV links to it. You can change the installation directories by +editing sunos4/Makedefs. 3. Load the ppp modules (you need to be root for this too): @@ -49,3 +55,8 @@ It is not advisable to unload the "if_ppp" module, because it creates network interface units, and SunOS does not provide any way to destroy network interfaces once created. If you do unload it, the system will probably crash at some later stage. + +If you have previously had ppp-2.2 installed, you may have statements +in your /etc/rc.local to load the ppp module. You will need to remove +those. Having done this, you will need to reboot to remove the old +ppp module and load the new modules.