From: CVS <do...@th...> - 2002-07-31 16:46:21
|
Update of /cvs/BasiliskII/src/Unix Modified Files: Makefile.in acconfig.h configure.in main_unix.cpp prefs_unix.cpp serial_unix.cpp Added Files: sshpty.c sshpty.h strlcpy.c strlcpy.h Log Message: - it is now possible to make the serial drivers pipe their input/output to programs by using a '|' followed by a command line as the modem or printer port setting (instead of a device name like '/dev/ttyS0') [Brian Johnson] - the option "--config FILE" tells B2 to use a different config file |