aboutsummaryrefslogtreecommitdiff
path: root/comms/seyon
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-29 12:23:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-29 12:23:12 +0000
commit78b6b6ef2994f3397bb4a2d102a9f5fdf77e8f03 (patch)
tree62a2ad3c475961d46209e886d56f0643301df10b /comms/seyon
parent44c782aac099552864c874a97d957e402c5db523 (diff)
downloadports-78b6b6ef2994f3397bb4a2d102a9f5fdf77e8f03.tar.gz
ports-78b6b6ef2994f3397bb4a2d102a9f5fdf77e8f03.zip
(Hand-edited patch-aa, because Rob's patch was an addition of two
lines to an already existing hunk.) Submitted by: Rob Snow <rsnow@legend.txdirect.net> I was having a whale of a time getting hylafax to work with seyon. faxgetty kept cycling DTR whenever I was trying to run seyon. I did a little poking around and it looks like the LCK..cuaa1 file should have the PID of the locking process. seyon didn't, it had some garbage in the lock file. here is the patch to make seyon lock the port with the PID in the lock file.
Notes
Notes: svn path=/head/; revision=2022
Diffstat (limited to 'comms/seyon')
-rw-r--r--comms/seyon/files/patch-aa4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/seyon/files/patch-aa b/comms/seyon/files/patch-aa
index 9ddb21bb298f..673bcc7499f8 100644
--- a/comms/seyon/files/patch-aa
+++ b/comms/seyon/files/patch-aa
@@ -101,7 +101,7 @@ diff -c ./config.h ../seyon.new/config.h
--- ../seyon.new/config.h Fri Feb 3 07:37:50 1995
***************
*** 81,86 ****
---- 81,92 ----
+--- 81,94 ----
#define HAVE_USLEEP YES
#endif
@@ -109,6 +109,8 @@ diff -c ./config.h ../seyon.new/config.h
+ #define USE_NONSTD_BAUD YES
+ #define LF_PATH "/var/spool/lock"
+ #define LF_PREFIX "LCK.."
++ #define LF_USE_ASCII_PID YES
++ #define LF_USE_DEV_NUMBERS NO
+ #endif
+
#ifdef SVR4