summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-10-20 03:26:43 +0000
committerhubertf <hubertf>1999-10-20 03:26:43 +0000
commit1c11b10440875d1a25dc0770d7c5983412008cb3 (patch)
tree0f84ea5321d996cd097530670faa7829f30d6337 /net/kdenetwork
parent14da6cd5aa68f3ccbdf1291f139775ab91b60c41 (diff)
downloadpkgsrc-1c11b10440875d1a25dc0770d7c5983412008cb3.tar.gz
Fix list of modem-devices kppp presents.
Question: am I the only one who's modem doesn't understand ATL4 but works fine with ATL3? If not, I should probably change that, too...
Diffstat (limited to 'net/kdenetwork')
-rw-r--r--net/kdenetwork/files/patch-sum3
-rw-r--r--net/kdenetwork/patches/patch-aa32
2 files changed, 34 insertions, 1 deletions
diff --git a/net/kdenetwork/files/patch-sum b/net/kdenetwork/files/patch-sum
index fc0c7cfca21..fb6bb14dcc9 100644
--- a/net/kdenetwork/files/patch-sum
+++ b/net/kdenetwork/files/patch-sum
@@ -1,4 +1,5 @@
-$NetBSD: patch-sum,v 1.2 1999/09/15 18:26:03 tron Exp $
+$NetBSD: patch-sum,v 1.3 1999/10/20 03:26:43 hubertf Exp $
+MD5 (patch-aa) = 43fd6e72c043d90c0d626ccd811da07b
MD5 (patch-ab) = 70e042b4393e38d0d0781ad5a222f552
MD5 (patch-ac) = 19ffe37c0ce30d1e8795d1e1b84272f0
diff --git a/net/kdenetwork/patches/patch-aa b/net/kdenetwork/patches/patch-aa
new file mode 100644
index 00000000000..af8d874d64c
--- /dev/null
+++ b/net/kdenetwork/patches/patch-aa
@@ -0,0 +1,32 @@
+--- kppp/devices.h.orig Tue Oct 19 02:27:38 1999
++++ kppp/devices.h Tue Oct 19 02:34:25 1999
+@@ -8,6 +8,17 @@
+ "/dev/cuaa2",
+ "/dev/cuaa3",
+ #else
++#ifdef __NetBSD__
++ "/dev/modem",
++ "/dev/tty00",
++ "/dev/tty01",
++ "/dev/tty02",
++ "/dev/tty03",
++ "/dev/dty00",
++ "/dev/dty01",
++ "/dev/dty02",
++ "/dev/dty03",
++#else /* !NetBSD */
+ "/dev/modem",
+ "/dev/cua0",
+ "/dev/cua1",
+@@ -23,8 +34,9 @@
+ "/dev/ttyI1",
+ "/dev/ttyI2",
+ "/dev/ttyI3",
+-#endif
+-#endif
++#endif /* ISDNSUPPORT */
++#endif /* NetBSD */
++#endif /* FreeBSD */
+ 0};
+
+ // default device number from the list above