From owner-cvs-usrbin Sun Feb 1 12:03:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24809 for cvs-usrbin-outgoing; Sun, 1 Feb 1998 12:03:37 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA24478; Sun, 1 Feb 1998 12:01:39 -0800 (PST) (envelope-from helbig@FreeBSD.org) From: Wolfgang Helbig Received: (from helbig@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA28817; Sun, 1 Feb 1998 12:01:30 -0800 (PST) Date: Sun, 1 Feb 1998 12:01:30 -0800 (PST) Message-Id: <199802012001.MAA28817@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/which which.pl Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk helbig 1998/02/01 12:01:29 PST Modified files: usr.bin/which which.pl Log: Search for proper executables, ignore directories Revision Changes Path 1.13 +3 -3 src/usr.bin/which/which.pl From owner-cvs-usrbin Sun Feb 1 23:10:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14424 for cvs-usrbin-outgoing; Sun, 1 Feb 1998 23:10:39 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14277; Sun, 1 Feb 1998 23:09:51 -0800 (PST) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA03427; Sun, 1 Feb 1998 23:09:37 -0800 (PST) Date: Sun, 1 Feb 1998 23:09:37 -0800 (PST) Message-Id: <199802020709.XAA03427@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ee ee.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1998/02/01 23:09:37 PST Modified files: usr.bin/ee ee.1 Log: Convert to mdoc format. Header -> Id. Revision Changes Path 1.6 +394 -356 src/usr.bin/ee/ee.1 From owner-cvs-usrbin Sun Feb 1 23:11:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14529 for cvs-usrbin-outgoing; Sun, 1 Feb 1998 23:11:18 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14489; Sun, 1 Feb 1998 23:11:13 -0800 (PST) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA03447; Sun, 1 Feb 1998 23:10:59 -0800 (PST) Date: Sun, 1 Feb 1998 23:10:59 -0800 (PST) Message-Id: <199802020710.XAA03447@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/expand expand.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cwt 1998/02/01 23:10:59 PST Modified files: usr.bin/expand expand.c Log: PR: bin/5529 Submitted by: Shigio Yamaguchi Do not misinterpret file names with a digit in the 2nd column as a tab stop specification. Revision Changes Path 1.3 +2 -2 src/usr.bin/expand/expand.c From owner-cvs-usrbin Sun Feb 1 23:22:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15337 for cvs-usrbin-outgoing; Sun, 1 Feb 1998 23:22:15 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15064; Sun, 1 Feb 1998 23:19:09 -0800 (PST) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA03499; Sun, 1 Feb 1998 23:18:42 -0800 (PST) Date: Sun, 1 Feb 1998 23:18:42 -0800 (PST) Message-Id: <199802020718.XAA03499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/expand expand.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cwt 1998/02/01 23:18:42 PST Modified files: (Branch: RELENG_2_2) usr.bin/expand expand.c Log: PR: bin/5529 Submitted by: Shigio Yamaguchi MFC: Do not misinterpret file names with a digit in the 2nd column as a tab stop specification. Revision Changes Path 1.1.1.1.8.2 +2 -2 src/usr.bin/expand/expand.c From owner-cvs-usrbin Tue Feb 3 12:54:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01503 for cvs-usrbin-outgoing; Tue, 3 Feb 1998 12:54:08 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01404; Tue, 3 Feb 1998 12:53:53 -0800 (PST) (envelope-from pst@FreeBSD.org) From: Paul Traina Received: (from pst@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA23215; Tue, 3 Feb 1998 12:53:26 -0800 (PST) Date: Tue, 3 Feb 1998 12:53:26 -0800 (PST) Message-Id: <199802032053.MAA23215@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ftp util.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 1998/02/03 12:53:26 PST Modified files: usr.bin/ftp util.c Log: Don't print garbage when user enters EOF at name prompt. PR: 5565 Submitted by: Jens Schweikhardt Revision Changes Path 1.5 +4 -3 src/usr.bin/ftp/util.c From owner-cvs-usrbin Tue Feb 3 23:30:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05111 for cvs-usrbin-outgoing; Tue, 3 Feb 1998 23:30:00 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05024; Tue, 3 Feb 1998 23:29:50 -0800 (PST) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA26349; Tue, 3 Feb 1998 23:29:20 -0800 (PST) Date: Tue, 3 Feb 1998 23:29:20 -0800 (PST) Message-Id: <199802040729.XAA26349@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/file magic.5 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1998/02/03 23:29:20 PST Modified files: usr.bin/file magic.5 Log: Convert to mdoc. Move Id to the top. Revision Changes Path 1.9 +91 -82 src/usr.bin/file/magic.5 From owner-cvs-usrbin Wed Feb 4 20:54:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26914 for cvs-usrbin-outgoing; Wed, 4 Feb 1998 20:54:29 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26791; Wed, 4 Feb 1998 20:54:08 -0800 (PST) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA25724; Wed, 4 Feb 1998 20:53:31 -0800 (PST) Date: Wed, 4 Feb 1998 20:53:31 -0800 (PST) Message-Id: <199802050453.UAA25724@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/global Makefile Makefile.inc src/usr.bin/global/btreeop Makefile src/usr.bin/global/gctags Makefile src/usr.bin/global/global Makefile src/usr.bin/global/gtags Makefile src/usr.bin/global/htags ... Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cwt 1998/02/04 20:53:30 PST Modified files: (Branch: RELENG_2_2) usr.bin/global Makefile Makefile.inc usr.bin/global/btreeop Makefile usr.bin/global/gctags Makefile usr.bin/global/global Makefile usr.bin/global/gtags Makefile usr.bin/global/htags Makefile usr.bin/global/systags Makefile Log: Finish the upgrade and hope for no pointy hats on the eve of 2.2.6-beta! Revision Changes Path 1.1.1.1.2.1 +3 -1 src/usr.bin/global/Makefile 1.1.1.1.2.1 +4 -1 src/usr.bin/global/Makefile.inc 1.1.1.1.2.1 +8 -1 src/usr.bin/global/btreeop/Makefile 1.1.1.1.2.1 +13 -3 src/usr.bin/global/gctags/Makefile 1.1.1.1.2.1 +8 -5 src/usr.bin/global/global/Makefile 1.1.1.1.2.2 +8 -5 src/usr.bin/global/gtags/Makefile 1.1.1.1.2.1 +5 -2 src/usr.bin/global/htags/Makefile 1.1.1.1.2.1 +5 -2 src/usr.bin/global/systags/Makefile From owner-cvs-usrbin Wed Feb 4 20:56:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27799 for cvs-usrbin-outgoing; Wed, 4 Feb 1998 20:56:38 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26354; Wed, 4 Feb 1998 20:51:49 -0800 (PST) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA25555; Wed, 4 Feb 1998 20:51:11 -0800 (PST) Date: Wed, 4 Feb 1998 20:51:11 -0800 (PST) Message-Id: <199802050451.UAA25555@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/global/lib Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cwt 1998/02/04 20:51:11 PST Added files: (Branch: RELENG_2_2) usr.bin/global/lib Makefile Log: A new addition in v2 From owner-cvs-usrbin Wed Feb 4 21:30:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03038 for cvs-usrbin-outgoing; Wed, 4 Feb 1998 21:30:19 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02986; Wed, 4 Feb 1998 21:30:03 -0800 (PST) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA25515; Wed, 4 Feb 1998 20:48:08 -0800 (PST) Date: Wed, 4 Feb 1998 20:48:08 -0800 (PST) Message-Id: <199802050448.UAA25515@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/global HISTORY MANIFEST README VERSION src/usr.bin/global/btreeop btreeop.1 btreeop.c src/usr.bin/global/gctags C.c ctags.c ctags.h fortran.c gctags.1 lisp.c print.c tree.c yacc.c src/usr.bin/global/gctags/test ... Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cwt 1998/02/04 20:48:07 PST Removed files: (Branch: RELENG_2_2) usr.bin/global HISTORY MANIFEST README VERSION usr.bin/global/btreeop btreeop.1 btreeop.c usr.bin/global/gctags C.c ctags.c ctags.h fortran.c gctags.1 lisp.c print.c tree.c yacc.c usr.bin/global/gctags/test ctags.test usr.bin/global/global global.1 global.pl usr.bin/global/gtags gtags.1 gtags.sh usr.bin/global/htags htags.1 htags.pl usr.bin/global/systags systags.sh Log: Contribification of global along with upgrade to v2.24 from -current From owner-cvs-usrbin Thu Feb 5 10:38:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01712 for cvs-usrbin-outgoing; Thu, 5 Feb 1998 10:38:00 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01662; Thu, 5 Feb 1998 10:37:46 -0800 (PST) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA20800; Thu, 5 Feb 1998 10:37:04 -0800 (PST) Date: Thu, 5 Feb 1998 10:37:04 -0800 (PST) Message-Id: <199802051837.KAA20800@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/login login.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 1998/02/05 10:37:04 PST Modified files: usr.bin/login login.c Log: Reset SGINT and SIGQUIT handling to default when asking for passwords. Otherwise, when pressing the INT ke at the password prompt, the password will be displayed. Now login will be killed. Probably the same will have to be done for the LOGIN_CAP_AUTH case. I have not done that. Reviewed by: Joerg Wunsch Revision Changes Path 1.31 +5 -1 src/usr.bin/login/login.c From owner-cvs-usrbin Fri Feb 6 21:31:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15241 for cvs-usrbin-outgoing; Fri, 6 Feb 1998 21:31:17 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15155; Fri, 6 Feb 1998 21:31:09 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA20891; Fri, 6 Feb 1998 21:30:15 -0800 (PST) Date: Fri, 6 Feb 1998 21:30:15 -0800 (PST) Message-Id: <199802070530.VAA20891@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/locate/locate locate.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/02/06 21:30:15 PST Modified files: usr.bin/locate/locate locate.1 Log: locate(1) is no longer started by /etc/weekly. Revision Changes Path 1.10 +5 -5 src/usr.bin/locate/locate/locate.1 From owner-cvs-usrbin Sat Feb 7 14:10:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13471 for cvs-usrbin-outgoing; Sat, 7 Feb 1998 14:10:51 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13382; Sat, 7 Feb 1998 14:10:30 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA20182; Sat, 7 Feb 1998 14:09:30 -0800 (PST) Date: Sat, 7 Feb 1998 14:09:30 -0800 (PST) Message-Id: <199802072209.OAA20182@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ftp util.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/02/07 14:09:30 PST Modified files: (Branch: RELENG_2_2) usr.bin/ftp util.c Log: MFC: Don't pint garbage when user enters EOF at name prompt. Revision Changes Path 1.4.2.1 +4 -3 src/usr.bin/ftp/util.c