mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
915047b6af
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>
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
--- 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:\\"
|