diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /nonworking/pptp-linux | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'nonworking/pptp-linux')
-rw-r--r-- | nonworking/pptp-linux/pptp-linux/makefile.patch | 11 | ||||
-rw-r--r-- | nonworking/pptp-linux/pptp-linux/options.pptp | 30 |
2 files changed, 41 insertions, 0 deletions
diff --git a/nonworking/pptp-linux/pptp-linux/makefile.patch b/nonworking/pptp-linux/pptp-linux/makefile.patch index e69de29bb2..ea2b5711a2 100644 --- a/nonworking/pptp-linux/pptp-linux/makefile.patch +++ b/nonworking/pptp-linux/pptp-linux/makefile.patch @@ -0,0 +1,11 @@ +--- pptp-linux-1.5.0.orig/Makefile 2004-08-21 20:42:31.000000000 +0200 ++++ pptp-linux-1.5.0/Makefile 2004-08-21 21:57:41.000000000 +0200 +@@ -10,7 +10,7 @@ + BINDIR=$(DESTDIR)/usr/sbin + MANDIR=$(DESTDIR)/usr/share/man/man8 + +-CC = gcc ++CC = $(CC) + RM = rm -f + OPTIMIZE= -O0 + DEBUG = -g diff --git a/nonworking/pptp-linux/pptp-linux/options.pptp b/nonworking/pptp-linux/pptp-linux/options.pptp index e69de29bb2..f446e22a6a 100644 --- a/nonworking/pptp-linux/pptp-linux/options.pptp +++ b/nonworking/pptp-linux/pptp-linux/options.pptp @@ -0,0 +1,30 @@ +# +# Lock the port +# +lock + +# +# We don't need the tunnel server to authenticate itself +# +noauth + +# +# Turn off transmission protocols we know won't be used +# +nobsdcomp +nodeflate + +# +# We want MPPE +# (option naming specific to ppp 2.4.0 with unofficial patch) +# +#mppe-40 +mppe-128 +#mppe-stateless + +# +# We want a sane mtu/mru +# (ppp 2.4.0 with unofficial patch) +# +#mtu 1000 +#mru 1000 |