From owner-freebsd-questions Wed Dec 21 01:02:05 1994 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA01009 for questions-outgoing; Wed, 21 Dec 1994 01:02:05 GMT Received: from hpwisf1.HAN.UnisysGSG.COM (starner@hpwisf1.HAN.UnisysGSG.COM [128.126.195.1]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id BAA00993 for ; Wed, 21 Dec 1994 01:02:03 GMT From: starner.mark@HAN.UnisysGSG.COM Received: from io.HAN.UnisysGSG.COM by hpwisf1.HAN.UnisysGSG.COM (4.1/mls/3.5) id AA25428; Tue, 20 Dec 94 07:53:58 EST Message-Id: <9412201253.AA25428@hpwisf1.HAN.UnisysGSG.COM> X-Info: HAN.UnisysGSG.COM is the new name for HAN.Paramax.COM Please change any mailing lists or aliases. Both the old and the new addresses will work for a short time. Received: by io.HAN.UnisysGSG.COM (4.1/mls/3.5) id AA05947; Tue, 20 Dec 94 07:53:58 EST Date: Tue, 20 Dec 94 07:53:58 EST To: questions@freebsd.org Subject: CRTSCTS and /etc/rc.serial Sender: questions-owner@freebsd.org Precedence: bulk I am setting crtscts in /etc/rc.serial.... but once I login over the modem, crtscts goes away.... what do I have to set to make it permanent? Is there something i can set in /etc/gettytab? Does each user have to put the appropriate stty in their .login? in /etc/rc.serial i have: comcontrol /dev/tty01 dtrwait 300 stty -f /dev/tty01 -clocal crtscts cs8 hupcl -ixon -ixoff 115200 reprint ^R If I do an stty -a -f /dev/tty01 before logging in it looks like: speed 115200 baud; 0 rows; 0 columns; lflags: -icanon -isig -iexten -echo -echoe -echok -echoke -echonl -echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo -extproc iflags: -istrip -icrnl -inlcr -igncr -ixon -ixoff -ixany -imaxbel -ignbrk -brkint -inpck -ignpar -parmrk oflags: -opost -onlcr -oxtabs cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb crtscts -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^?; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ; stop = ^S; susp = ^Z; time = 0; werase = ^W; After loggin in it looks like: speed 115200 baud; 24 rows; 80 columns; lflags: icanon isig iexten echo echoe echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -oxtabs cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ; stop = ^S; susp = ^Z; time = 0; werase = ^W; and it retains these settings through multiple logins. Any ideas? Thanks Mark