diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-01-29 07:53:11 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-01-29 07:53:11 +0000 |
commit | 915047b6af6ee79c4b2b3aaec1505940fb94d2f2 (patch) | |
tree | da2c0662e37bd3d1d76a6c3979539acd068665bc /comms/plp/files/patch-ab | |
parent | Add grass. (diff) |
Initial import of Psion Link Protocol 1.8.
This program is used to transfer data between a Psion Series 5mx
(default) or Psion Series 5 to a Unix server. The ncp daemon is
started to communicate with the Psion and an ftp like interface is
provided by rfsv.
PR: 15181
Submitted by: Maurice Castro <maurice@atum.castro.aus.net>
Diffstat (limited to 'comms/plp/files/patch-ab')
-rw-r--r-- | comms/plp/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/plp/files/patch-ab b/comms/plp/files/patch-ab new file mode 100644 index 000000000000..da953e579453 --- /dev/null +++ b/comms/plp/files/patch-ab @@ -0,0 +1,11 @@ +--- defaults.h.orig Tue Nov 2 12:51:01 1999 ++++ defaults.h Wed Jan 26 20:44:56 2000 +@@ -19,7 +19,7 @@ + + // This is the default device driver for the serial link + // N.B. This was "/dev/cua1" in the previous release +-#define DEFAULT_SERIAL_DEVICE "/dev/ttyS1" ++#define DEFAULT_SERIAL_DEVICE "/dev/psion" + + // This is the default drive to use on the psion + #define DEFAULT_DRIVE "C:\\" |