Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7373 - Enable callback in pppd
Summary: Enable callback in pppd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: phoen][x
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 30243
  Show dependency tree
 
Reported: 2002-09-02 10:22 UTC by Rafal Dejewski
Modified: 2003-10-04 07:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.