cipher:~# ls -l ppp-2.2.0f.tar.gz -r--r--r-- 1 root bin 378200 Apr 20 03:32 ppp-2.2.0f.tar.gz cipher:~# tar xfz ppp-2.2.0f.tar.gz -C /usr/src/ cipher:~# cd /usr/src/ppp-2.2.0f/ cipher:~# ls README README.osf configure pppd README.aix README.sun etc.ppp pppstats README.bsd README.svr4 freebsd-2.0 scripts README.cbcp README.ultrix linux sunos README.linux SETUP modules ultrix README.mschap80 TODO net README.next chat netbsd cipher:~# ./configure Creating links to Makefiles. Makefile -> linux/Makefile.top pppd/Makefile -> Makefile.linux pppstats/Makefile -> Makefile.linux chat/Makefile -> Makefile.linux cipher:~# make kernel cd linux; ./kinstall.sh Notice to the user: It is perfectly legal for this script to run without making any changes to your system. This means that the system currently contains the necessary changes to support this package. Please do not attempt to force this script to replace any file nor make any patch. If you do so then it is probable that you are actually putting older, buggier, code over the newer, fixed, code. Thank you. Installing into kernel version 2.0.0 in /usr/src/linux /usr/src/linux/drivers/net/bsd_comp.c is newer than bsd_comp.c, skipping /usr/src/linux/include/linux/if_ppp.h is newer than if_ppp.h, skipping /usr/src/linux/include/linux/if_pppvar.h is newer than if_pppvar.h, skipping /usr/src/linux/include/linux/ppp-comp.h is newer than ppp-comp.h, skipping /usr/src/linux/include/linux/ppp_defs.h is newer than ppp_defs.h, skipping /usr/src/linux/drivers/net/ppp.c is newer than ppp.c, skipping Adding BSD compression module to drivers makefile...(already there--skipping) Installing stub include file in /usr/include/net/if_ppp.h Installing stub include file in /usr/include/net/if_pppvar.h Installing stub include file in /usr/include/net/ppp-comp.h Installing stub include file in /usr/include/net/ppp_defs.h Ensuring that sys/types.h includes sys/bitypes.h -- skipping Kernel driver files installation completed. cipher:~# make cd chat; make all make[1]: Entering directory `/usr/src/ppp-2.2.0f/chat' cc -c -O2 -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY -o chat.o chat.c cc -s -O2 -o chat chat.o make[1]: Leaving directory `/usr/src/ppp-2.2.0f/chat' cd pppd; make all make[1]: Entering directory `/usr/src/ppp-2.2.0f/pppd' cc -w -O2 -D_linux_=1 -DHAVE_PATHS_H -o main.o -c main.c cc -O2 -D_linux_=1 -DHAVE_PATHS_H -c magic.c -o magic.o cc -O2 -D_linux_=1 -DHAVE_PATHS_H -c fsm.c -o fsm.o cc -O2 -D_linux_=1 -DHAVE_PATHS_H -c lcp.c -o lcp.o cc -O2 -D_linux_=1 -DHAVE_PATHS_H -c ipcp.c -o ipcp.o cc -O2 -D_linux_=1 -DHAVE_PATHS_H -c upap.c -o upap.o cc -O2 -D_linux_=1 -DHAVE_PATHS_H -c chap.c -o chap.o cc -O2 -D_linux_=1 -DHAVE_PATHS_H -c md5.c -o md5.o cc -O2 -D_linux_=1 -DHAVE_PATHS_H -c ccp.c -o ccp.o cc -w -O2 -D_linux_=1 -DHAVE_PATHS_H -o auth.o -c auth.c cc -w -O2 -D_linux_=1 -DHAVE_PATHS_H -o options.o -c options.c cc -O2 -D_linux_=1 -DHAVE_PATHS_H -c sys-linux.c -o sys-linux.o cc -O2 -D_linux_=1 -DHAVE_PATHS_H -o pppd main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o auth.o options.o sys-linux.o -lbsd # -Wl,-M >pppd.map make[1]: Leaving directory `/usr/src/ppp-2.2.0f/pppd' cd pppstats; make all make[1]: Entering directory `/usr/src/ppp-2.2.0f/pppstats' cc -O -D_linux_ -o pppstats pppstats.c make[1]: Leaving directory `/usr/src/ppp-2.2.0f/pppstats' cipher:~# make install cd chat; make BINDIR=/usr/sbin MANDIR=/usr/man install make[1]: Entering directory `/usr/src/ppp-2.2.0f/chat' mkdir -p /usr/sbin install -s -c chat /usr/sbin install -c chat.8 /usr/man/man8 make[1]: Leaving directory `/usr/src/ppp-2.2.0f/chat' cd pppd; make BINDIR=/usr/sbin MANDIR=/usr/man install make[1]: Entering directory `/usr/src/ppp-2.2.0f/pppd' mkdir -p /usr/sbin /usr/man install -s -c -m 4555 -o root pppd /usr/sbin/pppd install -c -m 555 -o root pppd.8 /usr/man/man8 make[1]: Leaving directory `/usr/src/ppp-2.2.0f/pppd' cd pppstats; make BINDIR=/usr/sbin MANDIR=/usr/man install make[1]: Entering directory `/usr/src/ppp-2.2.0f/pppstats' install -o root -g daemon -s -c pppstats /usr/sbin/pppstats install -o root -g daemon -c -m 444 pppstats.8 /usr/man/man8/pppstats.8 make[1]: Leaving directory `/usr/src/ppp-2.2.0f/pppstats' cipher:~# ls -l /usr/sbin/{pppd,pppstats,chat} -rwxr-xr-x 1 root root 12548 Sep 15 00:07 /usr/sbin/chat -r-sr-xr-x 1 root root 74864 Sep 15 00:07 /usr/sbin/pppd -rwxr-xr-x 1 root daemon 8148 Sep 15 00:07 /usr/sbin/pppstats cipher:~# gzip -v --best /usr/man/man8/{pppd.8,chat.8,pppstats.8} /usr/man/man8/pppd.8: 68.6% -- replaced with /usr/man/man8/pppd.8.gz /usr/man/man8/chat.8: 64.3% -- replaced with /usr/man/man8/chat.8.gz /usr/man/man8/pppstats.8: 52.0% -- replaced with /usr/man/man8/pppstats.8.gz cipher:~# rm -f /usr/man/cat8/{pppd.8,chat.8,pppstats.8}* cipher:~# make dist-clean rm -f core `find . -name '*.[oas]' -print` rm -f core `find . -name 'core' -print` rm -f core `find . -name '*~' -print` cd chat; make clean make[1]: Entering directory `/usr/src/ppp-2.2.0f/chat' rm -f chat.o chat *~ make[1]: Leaving directory `/usr/src/ppp-2.2.0f/chat' cd pppd; make clean make[1]: Entering directory `/usr/src/ppp-2.2.0f/pppd' rm -f main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o auth.o options.o sys-linux.o pppd *~ #* core make[1]: Leaving directory `/usr/src/ppp-2.2.0f/pppd' cd pppstats; make clean make[1]: Entering directory `/usr/src/ppp-2.2.0f/pppstats' rm -f pppstats *~ #* core make[1]: Leaving directory `/usr/src/ppp-2.2.0f/pppstats' rm -f Makefile `find . -name Makefile -print` cipher:~#