ports/141001: net/ssltunnel-server/ depends on /sbin/pppd

Antoine Vu-Ngoc antoine at cleopatre.homeip.net
Sun Mar 21 13:00:17 UTC 2010


The following reply was made to PR ports/141001; it has been noted by GNATS.

From: "Antoine Vu-Ngoc" <antoine at cleopatre.homeip.net>
To: bug-followup at freebsd.org,
 antoine at cleopatre.homeip.net
Cc:  
Subject: Re: ports/141001: net/ssltunnel-server/ depends on /sbin/pppd
Date: Sun, 21 Mar 2010 13:51:00 +0100

 Suggested workaround:
 
 In /usr/local/etc/ssltunnel/users
 
 command /usr/sbin/pppd
 
 replaced by
 
 command /usr/sbin/ppp
 args -direct 
 
 All ppp parameters go to /etc/ppp/ppp.conf for example:
 
 default:
 # set log Phase Chat LCP IPCP CCP tun command
  set log Phase tun
  ident user-ppp VERSION
  set timeout 0
  enable echo
  disable ipv6cp
  set ifaddr 192.168.230.13:192.168.230.20
 
 



More information about the freebsd-ports-bugs mailing list