drop the dependency on linux-atm-devel from ppp. ppp will still build with some ATM support using its local copy of linux-atm. Not sure if this is useful. OBS-URL: https://build.opensuse.org/package/show/network/ppp?expand=0&rev=84
16 lines
272 B
Plaintext
16 lines
272 B
Plaintext
#
|
|
# PPTP options
|
|
#
|
|
# Plugin passwordfd enables us to pipe the password to pppd, thus we
|
|
# don't have to put it into pap-secrets and chap-secrets.
|
|
#
|
|
plugin passwordfd.so
|
|
#
|
|
noauth
|
|
linkname adsl
|
|
nocrtscts
|
|
local
|
|
# switch off all compressions (this is a must)
|
|
noaccomp
|
|
nopcomp
|