From owner-cvs-bin Sun Jul 2 01:54:34 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA21671 for cvs-bin-outgoing; Sun, 2 Jul 1995 01:54:34 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA21660 ; Sun, 2 Jul 1995 01:54:28 -0700 Date: Sun, 2 Jul 1995 01:54:28 -0700 From: Joerg Wunsch Message-Id: <199507020854.BAA21660@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/stty stty.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk joerg 95/07/02 01:54:28 Modified: bin/stty stty.c Log: stty fails with a non-obvious error message if it's run on a non-tty stream, such as a rsh or vi pipeline. The error message is: stty: TIOCGETD: Operation not supported It's immediately obvious to the knowledgable hacker type, but not exactly comforting to the user who's not native to unix. It's especially confusing if there's a stty command in their .cshrc and it's showing up on rsh output. (Fixes PR #bin/573) Submitted by: peter@haywire.dialix.com (Peter Wemm) From owner-cvs-bin Tue Jul 4 01:16:41 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18202 for cvs-bin-outgoing; Tue, 4 Jul 1995 01:16:41 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18192 ; Tue, 4 Jul 1995 01:16:34 -0700 Date: Tue, 4 Jul 1995 01:16:34 -0700 From: Bruce Evans Message-Id: <199507040816.BAA18192@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/stty stty.c util.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk bde 95/07/04 01:16:34 Modified: bin/stty stty.c util.c Log: Improve the recently changed and an old error message: don't report probe errors. From owner-cvs-bin Fri Jul 7 15:45:30 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA27204 for cvs-bin-outgoing; Fri, 7 Jul 1995 15:45:30 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA27193 ; Fri, 7 Jul 1995 15:45:27 -0700 Date: Fri, 7 Jul 1995 15:45:27 -0700 From: "Andrey A. Chernov" Message-Id: <199507072245.PAA27193@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/csh csh.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk ache 95/07/07 15:45:27 Modified: bin/csh csh.c Log: Produce importpath warning only for true interactive shells, close PR 598 From owner-cvs-bin Fri Jul 7 16:13:15 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA27991 for cvs-bin-outgoing; Fri, 7 Jul 1995 16:13:15 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA27975 ; Fri, 7 Jul 1995 16:13:12 -0700 Date: Fri, 7 Jul 1995 16:13:12 -0700 From: "Andrey A. Chernov" Message-Id: <199507072313.QAA27975@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/csh set.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk ache 95/07/07 16:13:12 Modified: bin/csh set.c Log: Do the same check for interactive shell (PATH warning) like in csh.c From owner-cvs-bin Fri Jul 7 16:14:40 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA28100 for cvs-bin-outgoing; Fri, 7 Jul 1995 16:14:40 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA28088 ; Fri, 7 Jul 1995 16:14:38 -0700 Date: Fri, 7 Jul 1995 16:14:38 -0700 From: "Andrey A. Chernov" Message-Id: <199507072314.QAA28088@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/csh csh.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk ache 95/07/07 16:14:37 Modified: bin/csh csh.c Log: Move first PATH initialization after sensing for interactive, first relative path warning was disabled in old case