summaryrefslogtreecommitdiff
path: root/comms/pilotmgr
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-24 18:19:13 +0000
committertron <tron@pkgsrc.org>1999-05-24 18:19:13 +0000
commit5aa8dfc4e1860f9b5ba89280e5eedd7cea7d4706 (patch)
treeda68de4fec1930090e910e14399f015307ae3b65 /comms/pilotmgr
parenta9ef01f033d4a37074c381e96dc1463263ec836c (diff)
downloadpkgsrc-5aa8dfc4e1860f9b5ba89280e5eedd7cea7d4706.tar.gz
Use "/dev/pilot" instead of "/dev/ttya" as default port.
Diffstat (limited to 'comms/pilotmgr')
-rw-r--r--comms/pilotmgr/patches/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/comms/pilotmgr/patches/patch-aa b/comms/pilotmgr/patches/patch-aa
index dbae615a456..1df97ee3409 100644
--- a/comms/pilotmgr/patches/patch-aa
+++ b/comms/pilotmgr/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/05/24 18:09:47 tron Exp $
+$NetBSD: patch-aa,v 1.2 1999/05/24 18:19:13 tron Exp $
--- PilotMgr.pm.orig Wed Mar 24 23:59:59 1999
-+++ PilotMgr.pm Mon May 24 20:01:22 1999
++++ PilotMgr.pm Mon May 24 20:16:54 1999
@@ -604,14 +604,18 @@
my ($image);
@@ -29,3 +29,12 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/05/24 18:09:47 tron Exp $
"/dev/pilot", [],
"Other...", []);
+@@ -1586,7 +1590,7 @@
+ do "$RCFILE";
+ }
+
+- $PREFS->{'gPort'} = '/dev/ttya'
++ $PREFS->{'gPort'} = '/dev/pilot'
+ unless (exists $PREFS->{'gPort'});
+ $PREFS->{'gRate'} = '9600'
+ unless (exists $PREFS->{'gRate'});