summaryrefslogtreecommitdiff
path: root/net/ppp-mppe/patches/patch-bz
diff options
context:
space:
mode:
Diffstat (limited to 'net/ppp-mppe/patches/patch-bz')
-rw-r--r--net/ppp-mppe/patches/patch-bz14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ppp-mppe/patches/patch-bz b/net/ppp-mppe/patches/patch-bz
new file mode 100644
index 00000000000..918ce6257f2
--- /dev/null
+++ b/net/ppp-mppe/patches/patch-bz
@@ -0,0 +1,14 @@
+$NetBSD: patch-bz,v 1.1.1.1 1999/10/08 04:34:43 dbj Exp $
+
+--- netbsd-1.4/kinstall.sh.orig2 Wed Sep 29 23:48:37 1999
++++ netbsd-1.4/kinstall.sh Wed Sep 29 23:54:34 1999
+@@ -20,6 +20,9 @@
+ for f in include/net/if_ppp.h include/net/ppp-comp.h include/net/ppp_defs.h \
+ $SRC/bsd-comp.c $SRC/ppp-deflate.c $SRC/if_ppp.c $SRC/if_pppvar.h \
+ $SRC/ppp_tty.c $SRC/slcompress.c include/net/slcompress.h \
++ $SRC/ppp_mppe.c $SRC/rc4_skey.c $SRC/getkey.c $SRC/opensslv.h \
++ $SRC/rc4.h $SRC/rc4.h $SRC/rc4_locl.h $SRC/sha.h $SRC/sha1dgst.c \
++ $SRC/sha_locl.h pppd/mppe.h \
+ common/zlib.c common/zlib.h; do
+ dest=$SYS/net/$(basename $f)
+ if [ -f $dest ]; then