📄 readme.sunos4
字号:
This file describes the installation process for ppp-2.3 on systemsrunning SunOS 4.1.x (or the equivalent).The STREAMS modules in the sunos4 directory provide kernel support forPPP on SunOS 4.1.x systems. They have been tested under SunOS 4.1.3on a SparcStation 1+. They should work under earlier SunOS 4.1.xsystems, but no guarantees are given.These modules are designed to be loaded into the running kernel usingthe `modload' command.Installation.*************1. Run the configure script and make the user-level programs and thekernel modules. ./configure makeIf you wish to compile using gcc instead of cc, edit thesunos4/Makedefs file and uncomment the line saying "CC = gcc". Youcan also change the C compiler options by editing the COPTSdefinition.2. Install the pppd, pppstats and chat programs and the loadablemodule object files (you need to be root to do this): make installBy default, the programs and the loadable module object files go into/usr/local/etc. Doing `make install' also copies a script calledppp.INSTALL into /dev, and makes ppp.LOAD, ppp.UNLOAD, ppp.MKDEV andppp.RMDEV links to it. You can change the installation directories byediting sunos4/Makedefs.3. Load the ppp modules (you need to be root for this too): /dev/ppp.LOADYou will want to do this in your /etc/rc.local file once you haveeverything installed. I suggest you put something like the followingin /etc/rc.local (or /etc/loadable, if you have one): if [ -f /dev/ppp.AUTOLOAD ]; then /dev/ppp.LOAD fiand then create a /dev/ppp.AUTOLOAD file with the command touch /dev/ppp.AUTOLOADIt is not advisable to unload the "if_ppp" module, because it createsnetwork interface units, and SunOS does not provide any way to destroynetwork interfaces once created. If you do unload it, the system willprobably crash at some later stage.If you have previously had ppp-2.2 installed, you may have statementsin your /etc/rc.local to load the ppp module. You will need to removethose. Having done this, you will need to reboot to remove the oldppp module and load the new modules.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -