Update of /cvsroot/leaf/src/bering-uclibc/apps/ppp
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3665

Modified Files:
        buildtool.cfg buildtool.mk 
Added Files:
        pppol2tp.patch.gz 
Log Message:
pppol2tp ppp plugin

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/ppp/buildtool.cfg,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** buildtool.cfg       14 Aug 2006 18:07:41 -0000      1.12
--- buildtool.cfg       29 Aug 2006 19:29:21 -0000      1.13
***************
*** 46,49 ****
--- 46,56 ----
  </File>
  
+ <File pppol2tp.patch.gz>
+   Server = cvs-sourceforge
+   Revision = HEAD
+   envname = PPP_PATCH5
+   Directory = ppp
+ </File>
+ 
  <File dsl-provider.atm>
    Server = cvs-sourceforge
***************
*** 344,346 ****
--- 351,384 ----
                </Contents>                     
        </ppp-rad>
+ 
+       <pppol2tp>
+               Version = 0.10
+               Revision = 1
+ 
+               Help <<EOF
+               pppol2tp plugin for pppd
+               Homepage: http://opensource.katalix.com/openl2tp/
+               Requires: ppp.lrp
+               LEAF package by __PACKAGER__, __BUILDDATE__
+               EOF
+               
+               <Permissions>
+                       Files = 644
+                       Directories = 755
+               </Permissions>
+ 
+               <Owner>
+                       Files = root:root
+                       Directories = root:root
+               </Owner>
+               
+               <Contents>
+                       <File>
+                               Source          = usr/lib/pppd/pppol2tp.so
+                               Filename        = usr/lib/pppd/pppol2tp.so
+                               Type            = binary
+                               Permissions = 755
+                       </File>
+               </Contents>                     
+       </pppol2tp>
  </Package>

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/ppp/buildtool.mk,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** buildtool.mk        14 Aug 2006 18:07:41 -0000      1.11
--- buildtool.mk        29 Aug 2006 19:29:21 -0000      1.12
***************
*** 11,14 ****
--- 11,15 ----
        cat $(PPP_PATCH3) | patch -d $(PPP_DIR) -p1
        cat $(PPP_PATCH4) | patch -d $(PPP_DIR) -p1
+       zcat $(PPP_PATCH5) | patch -d $(PPP_DIR) -p1
        touch $(PPP_DIR)/.source
  
***************
*** 35,38 ****
--- 36,40 ----
        -$(BT_STRIP) -s --strip-unneeded 
$(PPP_DIR)/pppd/plugins/rp-pppoe/rp-pppoe.so
        -$(BT_STRIP) -s --strip-unneeded $(PPP_DIR)/pppd/plugins/radius/*.so
+       -$(BT_STRIP) -s --strip-unneeded $(PPP_DIR)/pppd/plugins/*.so
        cp -a poff $(PPP_TARGET_DIR)/usr/bin
        cp -a plog $(PPP_TARGET_DIR)/usr/bin
***************
*** 44,47 ****
--- 46,50 ----
        cp -a $(PPP_DIR)/pppd/plugins/rp-pppoe/rp-pppoe.so 
$(PPP_TARGET_DIR)/usr/lib/pppd
        cp -a $(PPP_DIR)/pppd/plugins/radius/*.so $(PPP_TARGET_DIR)/usr/lib/pppd
+       cp -a $(PPP_DIR)/pppd/plugins/pppol2tp.so $(PPP_TARGET_DIR)/usr/lib/pppd
        cp -a $(PPP_DIR)/etc.ppp/chap-secrets $(PPP_TARGET_DIR)/etc/ppp
        cp -a options $(PPP_TARGET_DIR)/etc/ppp

--- NEW FILE: pppol2tp.patch.gz ---
(This appears to be a binary file; contents omitted.)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to