diff options
-rw-r--r-- | comms/minicom/files/patch-ai | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/comms/minicom/files/patch-ai b/comms/minicom/files/patch-ai index 8be58f97aaf2..e8d5c76532d9 100644 --- a/comms/minicom/files/patch-ai +++ b/comms/minicom/files/patch-ai @@ -1,11 +1,20 @@ --- config.h.orig Fri Oct 31 11:48:00 1997 -+++ config.h Tue Aug 11 02:44:53 1998 ++++ config.h Thu Jul 22 02:30:39 1999 +@@ -21,7 +21,7 @@ + /* Operating system INdependant parameters. (Usually the same everywhere) */ + #define KERMIT "/usr/local/bin/kermit -l %l -b %b" /* How to call kermit */ + #define UUCPLOCK "/var/spool/uucp" /* Lock file directory */ +-#define LOGFILE "minicom.log" /* Not defined = not used */ ++/* #define LOGFILE "minicom.log" */ /* Not defined = not used */ + + /* Operating system dependant parameters, per OS. A few samples are given. */ + #if defined(__linux__) @@ -58,7 +58,7 @@ #ifdef __FreeBSD__ # define DFL_PORT "/dev/modem" -# define DEF_BAUD "19200" -+# define DEF_BAUD "38400" ++# define DEF_BAUD "57600" # define CALLOUT "" # define CALLIN "" #endif |