Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7373

Summary: Enable callback in pppd
Product: Gentoo Linux Reporter: Rafal Dejewski <r2dtu>
Component: New packagesAssignee: phoen][x <fisi.tilman.klar>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 30243    

Description Rafal Dejewski 2002-09-02 10:22:55 UTC
A small enhancement suggestion to ppp ebuilds. By uncommenting CBCP_SUPPORT=y 
line I've got working callback to MS type servers. 
  
Here is the patch:  
*** ppp-2.4.1-r11.ebuild	
Comment 1 Rafal Dejewski 2002-09-02 10:22:55 UTC
A small enhancement suggestion to ppp ebuilds. By uncommenting CBCP_SUPPORT=y 
line I've got working callback to MS type servers. 
  
Here is the patch:  
*** ppp-2.4.1-r11.ebuild	¶ro sie 28 17:37:20 2002  
--- ppp-2.4.1-r12.ebuild	sob sie 31 16:43:15 2002  
***************  
*** 32,41 ****  
--- 32,43 ----  
  		sed -e "s:COPTS = -O2 -pipe -Wall -g:COPTS = ${CFLAGS}:" \  
  			-e "s/LIBS =/LIBS = -lcrypt/" \  
  			-e "s/#HAVE_INET6/HAVE_INET6/" \  
+ 			-e "s/# CBCP_SUPPORT=y/CBCP_SUPPORT=y/" \  
  			Makefile.orig > Makefile  
  	else  
  		sed -e "s:COPTS = -O2 -pipe -Wall -g:COPTS = ${CFLAGS}:" \  
  			-e "s/LIBS =/LIBS = -lcrypt/" \  
+ 			-e "s/# CBCP_SUPPORT=y/CBCP_SUPPORT=y/" \  
  			Makefile.orig > Makefile  
  	fi
Comment 2 phoen][x 2002-09-05 10:32:14 UTC
I put it into -r11 (this is still masked, so nobody should have it installed by
now). Could you test if it works for you, Rafal?

-phoen][x-
Comment 3 Rafal Dejewski 2002-09-06 02:16:04 UTC
Works for me! Non-callback connections too. 
 
Rafal 
Comment 4 phoen][x 2002-09-15 02:51:16 UTC
Seems to be fixed.