summaryrefslogtreecommitdiff
path: root/graphics/get_ds7/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/get_ds7/patches/patch-aa')
-rw-r--r--graphics/get_ds7/patches/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/get_ds7/patches/patch-aa b/graphics/get_ds7/patches/patch-aa
new file mode 100644
index 00000000000..b17346ec8f1
--- /dev/null
+++ b/graphics/get_ds7/patches/patch-aa
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/11/23 04:20:23 hubertf Exp $
+
+--- get_ds7.orig Sat Aug 1 19:22:59 1998
++++ get_ds7 Tue Nov 23 03:59:05 1999
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!@LOCALBASE@/bin/perl
+ ;#
+ ;# get_ds7 version 1.2.4 1998/08/01
+ ;# Copyright (C) 1997,1998 Mamoru Ohno
+@@ -64,12 +64,12 @@
+ ;# COM1 $B$N>l9g$O(B "/dev/cua0"
+ ;# COM2 $B$N>l9g$O(B "/dev/cua1"
+
+-$serial_line = "/dev/cua1";
++$serial_line = "/dev/tty00";
+
+ ;# $BDL?.B.EY$r(B $serial_speed $B$K@_Dj(B
+ ;# $BDL?.B.EY$K$O!"(B57600,38400,19200,9600 $B$NCf$N$R$H$D$rA*Br(B
+
+-$serial_speed = "57600";
++$serial_speed = "38400";
+
+ ;#
+ ;#