# Warning, this file was automatically generated by faxsetup # on Tue Oct 21 15:51:14 EDT 1997 for root prompt() { echo -n "$* " } ttyPort() { expr $1 : 'tty\(.*\)' } ttyLocks() { echo $UUCP_LOCKDIR/LCK..$1 } ttyAliases() { echo /dev/$1 } ttyDev() { echo /dev/$1 } checkPort() { return } ttyStty() { echo /bin/stty } ttySpeeds() { speeds= if [ -z "$SPEED" ]; then for s in 38400 19200 9600 4800 2400 1200; do onDev /bin/stty $s /dev/null 2>&1 && speeds="$speeds $s" done fi echo $speeds }