diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-22 09:35:26 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-22 09:35:26 +0000 |
commit | c1486a69f55de5785db957240d10084895b5e6ac (patch) | |
tree | 6ceb9c882b98b0b649d680a7edd77d3a03ec9d8b /comms | |
parent | PR: 12733 (diff) |
Change default DTE-DCE rate to 57600.
Get rid of the blooming logfile -- which should have been a runtime option!
Notes
Notes:
svn path=/head/; revision=20310
Diffstat (limited to 'comms')
-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 |