summaryrefslogtreecommitdiff
path: root/graphics/get_ds7/patches/patch-aa
blob: b17346ec8f1c809acf8ba5a98f72e7340b283ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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";
 
 ;#
 ;#