From: Heiko Z. <smi...@us...> - 2004-10-23 23:26:19
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19252/scripts Modified Files: Tag: rel-1-2-patches ppp Log Message: - updated ppp to CVS-20040527 - updated pptp-linux to v1.5.0 - updated tcpdump to v3.8.3 - updated libpcap to v0.8.3 Index: ppp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ppp,v retrieving revision 1.15 retrieving revision 1.15.2.1 diff -u -d -r1.15 -r1.15.2.1 --- ppp 27 Mar 2004 17:30:19 -0000 1.15 +++ ppp 23 Oct 2004 23:26:10 -0000 1.15.2.1 @@ -34,6 +34,7 @@ fi ./configure || exit 1 replace_str pppd/Makefile "#CBCP=y" "CBCP=y" + replace_str pppd/Makefile "USE_PAM=y" "#USE_PAM=y" make $PMAKE all || exit 1 strip_debug |