From owner-cvs-usrsbin Sun Nov 3 04:27:09 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA19274 for cvs-usrsbin-outgoing; Sun, 3 Nov 1996 04:27:09 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA19157; Sun, 3 Nov 1996 04:25:28 -0800 (PST) Date: Sun, 3 Nov 1996 04:25:28 -0800 (PST) From: Adam David Message-Id: <199611031225.EAA19157@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/doc xntpd.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk adam 96/11/03 04:25:27 Modified: usr.sbin/xntpd/doc xntpd.8 Log: typo Revision Changes Path 1.2 +667 -914 src/usr.sbin/xntpd/doc/xntpd.8 From owner-cvs-usrsbin Sun Nov 3 06:31:32 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA26459 for cvs-usrsbin-outgoing; Sun, 3 Nov 1996 06:31:32 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA26453; Sun, 3 Nov 1996 06:31:25 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id BAA09883; Mon, 4 Nov 1996 01:27:45 +1100 Date: Mon, 4 Nov 1996 01:27:45 +1100 From: Bruce Evans Message-Id: <199611031427.BAA09883@godzilla.zeta.org.au> To: adam@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/xntpd/doc xntpd.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: usr.sbin/xntpd/doc xntpd.8 > Log: > typo > > Revision Changes Path > 1.2 +667 -914 src/usr.sbin/xntpd/doc/xntpd.8 ^^^^^^^^^ Only one? :-) Bruce From owner-cvs-usrsbin Sun Nov 3 11:39:05 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA17061 for cvs-usrsbin-outgoing; Sun, 3 Nov 1996 11:39:05 -0800 (PST) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA17040; Sun, 3 Nov 1996 11:38:11 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.2/8.8.2) with ESMTP id DAA27839; Mon, 4 Nov 1996 03:37:17 +0800 (WST) Message-Id: <199611031937.DAA27839@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: Bruce Evans cc: adam@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/xntpd/doc xntpd.8 In-reply-to: Your message of "Mon, 04 Nov 1996 01:27:45 +1100." <199611031427.BAA09883@godzilla.zeta.org.au> Date: Mon, 04 Nov 1996 03:37:16 +0800 From: Peter Wemm Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > > Modified: usr.sbin/xntpd/doc xntpd.8 > > Log: > > typo > > > > Revision Changes Path > > 1.2 +667 -914 src/usr.sbin/xntpd/doc/xntpd.8 > ^^^^^^^^^ > > Only one? :-) > > Bruce Yes, I have mentioned this "feature" of rcs/cvs a few times over the last few weeks. The 1.2 delta is stored relative to 1.1.1.1, not the most recent import.. Yes, this is rather unfortunate. ~src/usr.sbin/xntpd/doc-161> cvs diff -r1.1.1 -r1.2 xntpd.8 Index: xntpd.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/xntpd/doc/xntpd.8,v retrieving revision 1.1.1.5 retrieving revision 1.2 diff -r1.1.1.5 -r1.2 123c123 < compute one-way delay correction factors and comfigure itself --- > compute one-way delay correction factors and configure itself ~src/usr.sbin/xntpd/doc-162> cvs diff -r1.1 -r1.2 xntpd.8 | wc -l 1819 ~src/usr.sbin/xntpd/doc-163> cvs diff -r1.1.1.1 -r1.2 xntpd.8 | wc -l 1819 ~src/usr.sbin/xntpd/doc-164> cvs diff -r1.1.1.5 -r1.2 xntpd.8 | wc -l 10 Yes, this 1-character change really is stored as a 1300 line delta in the underlying rcs ,v file :-(. (lines 1200 through 2347 in xndpd.8,v) This is one of the really ugly side effects of importing code. Whenever a file is "touched" for the first time, it doubles the size of the deltas in the file. eg: to import (say) sendmail-8.7 and later import 8.8, the rcs files contain a delta from 8.7 to 8.8, and whenever the files are "touched" for a "quick fix", the entire set of deltas right from the very first version imported are "copied" to get a delta from 1.1.1.1 to 1.2. This is another reason why it is *vital* that there are as few as possible unnecessary commits to stuff in contrib, as the deltas there get very large, very quickly inbetween versions. This is also partly why the "old way" of having things like gcc sources in the src/gnu/usr.bin/cc got out of hand. -Peter From owner-cvs-usrsbin Mon Nov 4 06:47:20 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA21474 for cvs-usrsbin-outgoing; Mon, 4 Nov 1996 06:47:20 -0800 (PST) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA21423; Mon, 4 Nov 1996 06:47:11 -0800 (PST) Date: Mon, 4 Nov 1996 06:47:11 -0800 (PST) From: "Marc G. Fournier" Message-Id: <199611041447.GAA21423@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp os.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/11/04 06:47:11 Branch: usr.sbin/ppp RELENG_2_1_0 Modified: usr.sbin/ppp os.c Log: Merge in a patch from 2.2-CURRENT for OpenTunnel Close PR# bin/1316 Reviewed by: J Wunsch Revision Changes Path 1.3.4.3 +22 -11 src/usr.sbin/ppp/os.c From owner-cvs-usrsbin Mon Nov 4 09:14:07 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03650 for cvs-usrsbin-outgoing; Mon, 4 Nov 1996 09:14:07 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03621; Mon, 4 Nov 1996 09:13:51 -0800 (PST) Date: Mon, 4 Nov 1996 09:13:51 -0800 (PST) From: Bruce Evans Message-Id: <199611041713.JAA03621@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/slstat slstat.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/04 09:13:50 Modified: usr.sbin/slstat slstat.8 Log: The interface number hasn't been a _single_ digit since prehistoric times. Revision Changes Path 1.7 +5 -3 src/usr.sbin/slstat/slstat.8 From owner-cvs-usrsbin Mon Nov 4 09:14:58 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03733 for cvs-usrsbin-outgoing; Mon, 4 Nov 1996 09:14:58 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03713; Mon, 4 Nov 1996 09:14:46 -0800 (PST) Date: Mon, 4 Nov 1996 09:14:46 -0800 (PST) From: Bruce Evans Message-Id: <199611041714.JAA03713@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/slstat slstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/04 09:14:45 Modified: usr.sbin/slstat slstat.c Log: Fixed recently-introduced bugs: - `slstat' with no args dumped core. - `slstat unit' always failed with a "sysctl linkspecific" error. - the usage message was nonstandard. Fixed old bugs: - missing prototypes, Wformat errors, and other lint. Revision Changes Path 1.7 +32 -34 src/usr.sbin/slstat/slstat.c From owner-cvs-usrsbin Mon Nov 4 09:21:30 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA04393 for cvs-usrsbin-outgoing; Mon, 4 Nov 1996 09:21:30 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA04334; Mon, 4 Nov 1996 09:21:15 -0800 (PST) Date: Mon, 4 Nov 1996 09:21:15 -0800 (PST) From: Wolfram Schneider Message-Id: <199611041721.JAA04334@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/adduser addgroup.8 rmgroup.8 Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/04 09:21:14 Modified: usr.sbin/adduser Makefile Added: usr.sbin/adduser addgroup.8 rmgroup.8 Log: manpages for rmgroup(8) and addgroup(8) Revision Changes Path 1.8 +7 -2 src/usr.sbin/adduser/Makefile From owner-cvs-usrsbin Mon Nov 4 09:27:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA05066 for cvs-usrsbin-outgoing; Mon, 4 Nov 1996 09:27:00 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA05042; Mon, 4 Nov 1996 09:26:50 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id EAA03696; Tue, 5 Nov 1996 04:23:52 +1100 Date: Tue, 5 Nov 1996 04:23:52 +1100 From: Bruce Evans Message-Id: <199611041723.EAA03696@godzilla.zeta.org.au> To: bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/slstat slstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >bde 96/11/04 09:14:45 > > Modified: usr.sbin/slstat slstat.c > Log: > Fixed recently-introduced bugs: > - `slstat' with no args dumped core. > - `slstat unit' always failed with a "sysctl linkspecific" error. Should be in 2.2 of course. Bruce From owner-cvs-usrsbin Mon Nov 4 15:52:47 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14367 for cvs-usrsbin-outgoing; Mon, 4 Nov 1996 15:52:47 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14134; Mon, 4 Nov 1996 15:51:06 -0800 (PST) Date: Mon, 4 Nov 1996 15:51:06 -0800 (PST) From: Wolfram Schneider Message-Id: <199611042351.PAA14134@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/manctl manctl.sh Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/04 15:51:04 Modified: usr.sbin/manctl manctl.sh Log: export PATH variable Revision Changes Path 1.7 +2 -2 src/usr.sbin/manctl/manctl.sh From owner-cvs-usrsbin Mon Nov 4 15:55:51 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14582 for cvs-usrsbin-outgoing; Mon, 4 Nov 1996 15:55:51 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14474; Mon, 4 Nov 1996 15:54:05 -0800 (PST) Date: Mon, 4 Nov 1996 15:54:05 -0800 (PST) From: Wolfram Schneider Message-Id: <199611042354.PAA14474@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppwupdate Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/04 15:54:04 Modified: usr.sbin/rpc.yppasswdd yppwupdate Log: add PATH variable, use it Revision Changes Path 1.4 +6 -5 src/usr.sbin/rpc.yppasswdd/yppwupdate From owner-cvs-usrsbin Mon Nov 4 15:57:57 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14744 for cvs-usrsbin-outgoing; Mon, 4 Nov 1996 15:57:57 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14706; Mon, 4 Nov 1996 15:57:44 -0800 (PST) Date: Mon, 4 Nov 1996 15:57:44 -0800 (PST) From: Wolfram Schneider Message-Id: <199611042357.PAA14706@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ndc ndcedit.awk Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/04 15:57:44 Modified: usr.sbin/ndc ndcedit.awk Log: export PATH variable Revision Changes Path 1.2 +13 -2 src/usr.sbin/ndc/ndcedit.awk From owner-cvs-usrsbin Tue Nov 5 12:16:14 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22214 for cvs-usrsbin-outgoing; Tue, 5 Nov 1996 12:16:14 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22198; Tue, 5 Nov 1996 12:16:03 -0800 (PST) Date: Tue, 5 Nov 1996 12:16:03 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611052016.MAA22198@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ndc ndcedit.awk Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/05 12:16:02 Branch: usr.sbin/ndc RELENG_2_2 Modified: usr.sbin/ndc ndcedit.awk Log: Merge from -current Revision Changes Path 1.1.2.1 +12 -1 src/usr.sbin/ndc/ndcedit.awk From owner-cvs-usrsbin Tue Nov 5 12:17:17 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22287 for cvs-usrsbin-outgoing; Tue, 5 Nov 1996 12:17:17 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22265; Tue, 5 Nov 1996 12:17:03 -0800 (PST) Date: Tue, 5 Nov 1996 12:17:03 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611052017.MAA22265@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppwupdate Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/05 12:17:03 Branch: usr.sbin/rpc.yppasswdd RELENG_2_2 Modified: usr.sbin/rpc.yppasswdd yppwupdate Log: Merge from -current Revision Changes Path 1.3.2.1 +6 -5 src/usr.sbin/rpc.yppasswdd/yppwupdate From owner-cvs-usrsbin Tue Nov 5 12:17:37 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22350 for cvs-usrsbin-outgoing; Tue, 5 Nov 1996 12:17:37 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22336; Tue, 5 Nov 1996 12:17:29 -0800 (PST) Date: Tue, 5 Nov 1996 12:17:29 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611052017.MAA22336@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/slstat slstat.8 slstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/05 12:17:28 Branch: usr.sbin/slstat RELENG_2_2 Modified: usr.sbin/slstat slstat.8 slstat.c Log: Merge from -current Revision Changes Path 1.6.2.1 +5 -3 src/usr.sbin/slstat/slstat.8 1.6.2.1 +32 -34 src/usr.sbin/slstat/slstat.c From owner-cvs-usrsbin Tue Nov 5 12:18:16 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22441 for cvs-usrsbin-outgoing; Tue, 5 Nov 1996 12:18:16 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22406; Tue, 5 Nov 1996 12:18:04 -0800 (PST) Date: Tue, 5 Nov 1996 12:18:04 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611052018.MAA22406@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/doc xntpd.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/05 12:18:03 Branch: usr.sbin/xntpd/doc RELENG_2_2 Modified: usr.sbin/xntpd/doc xntpd.8 Log: Merge from -current Revision Changes Path 1.1.1.5.8.1 +1 -1 src/usr.sbin/xntpd/doc/xntpd.8 From owner-cvs-usrsbin Wed Nov 6 01:40:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA06420 for cvs-usrsbin-outgoing; Wed, 6 Nov 1996 01:40:00 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA06403; Wed, 6 Nov 1996 01:39:49 -0800 (PST) Date: Wed, 6 Nov 1996 01:39:49 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611060939.BAA06403@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/manctl manctl.sh Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/06 01:39:48 Branch: usr.sbin/manctl RELENG_2_2 Modified: usr.sbin/manctl manctl.sh Log: Merge from -current Revision Changes Path 1.6.2.1 +2 -2 src/usr.sbin/manctl/manctl.sh From owner-cvs-usrsbin Wed Nov 6 05:35:52 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18789 for cvs-usrsbin-outgoing; Wed, 6 Nov 1996 05:35:52 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18746; Wed, 6 Nov 1996 05:35:30 -0800 (PST) Date: Wed, 6 Nov 1996 05:35:30 -0800 (PST) From: Joerg Wunsch Message-Id: <199611061335.FAA18746@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/wormcontrol wormcontrol.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/06 05:35:29 Modified: usr.sbin/wormcontrol wormcontrol.8 Log: Update the man page: the Philips CDD2000 is now supported. 2.2 candidate, iff the driver update has been merged. Revision Changes Path 1.4 +9 -4 src/usr.sbin/wormcontrol/wormcontrol.8 From owner-cvs-usrsbin Wed Nov 6 11:32:47 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19316 for cvs-usrsbin-outgoing; Wed, 6 Nov 1996 11:32:47 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19279; Wed, 6 Nov 1996 11:32:34 -0800 (PST) Date: Wed, 6 Nov 1996 11:32:34 -0800 (PST) From: Joerg Wunsch Message-Id: <199611061932.LAA19279@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/wormcontrol wormcontrol.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/06 11:32:33 Branch: usr.sbin/wormcontrol RELENG_2_2 Modified: usr.sbin/wormcontrol wormcontrol.8 Log: Merge from HEAD: mention that we also support the Philips CDD2000. Revision Changes Path 1.3.2.1 +9 -4 src/usr.sbin/wormcontrol/wormcontrol.8 From owner-cvs-usrsbin Wed Nov 6 11:43:21 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA20005 for cvs-usrsbin-outgoing; Wed, 6 Nov 1996 11:43:21 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19986; Wed, 6 Nov 1996 11:43:13 -0800 (PST) Date: Wed, 6 Nov 1996 11:43:13 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611061943.LAA19986@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/iostat iostat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/06 11:43:13 Modified: usr.sbin/iostat iostat.c Log: when you try to run iostat is fails with invalid dk_ndrive 0 Reviewed by: phk Submitted by: John-Mark Gurney Revision Changes Path 1.6 +1 -1 src/usr.sbin/iostat/iostat.c From owner-cvs-usrsbin Wed Nov 6 14:30:55 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA02616 for cvs-usrsbin-outgoing; Wed, 6 Nov 1996 14:30:55 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA02574; Wed, 6 Nov 1996 14:30:35 -0800 (PST) Date: Wed, 6 Nov 1996 14:30:35 -0800 (PST) From: Paul Traina Message-Id: <199611062230.OAA02574@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/cf/cf freebsd.mc freefall.mc Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/11/06 14:30:33 Modified: usr.sbin/sendmail/cf/cf freebsd.mc freefall.mc Log: The standard .mc files shipped with the new sendmail have an extra divert(0) at the top. Make our freebsd-supplied files match the standard files. Apply-to: 2.2 Revision Changes Path 1.2 +1 -0 src/usr.sbin/sendmail/cf/cf/freebsd.mc 1.9 +2 -1 src/usr.sbin/sendmail/cf/cf/freefall.mc From owner-cvs-usrsbin Thu Nov 7 21:23:18 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA09025 for cvs-usrsbin-outgoing; Thu, 7 Nov 1996 21:23:18 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA09006; Thu, 7 Nov 1996 21:22:57 -0800 (PST) Date: Thu, 7 Nov 1996 21:22:57 -0800 (PST) From: Peter Wemm Message-Id: <199611080522.VAA09006@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/cf/cf freefall.mc freebsd.mc Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/07 21:22:55 Modified: usr.sbin/sendmail/cf/cf freefall.mc freebsd.mc Log: make the /etc/sendmail.cw file optional by default. Definately should go into 2.2.. Requested by: lots of people Revision Changes Path 1.10 +2 -1 src/usr.sbin/sendmail/cf/cf/freefall.mc 1.3 +2 -1 src/usr.sbin/sendmail/cf/cf/freebsd.mc From owner-cvs-usrsbin Fri Nov 8 13:50:12 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11519 for cvs-usrsbin-outgoing; Fri, 8 Nov 1996 13:50:12 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11439; Fri, 8 Nov 1996 13:49:56 -0800 (PST) Date: Fri, 8 Nov 1996 13:49:56 -0800 (PST) From: Guido van Rooij Message-Id: <199611082149.NAA11439@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc, cvs-usrsbin Subject: cvs commit: src/etc master.passwd src/etc/mtree BSD.var.dist src/usr.sbin/rwhod rwhod.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 96/11/08 13:49:55 Branch: usr.sbin/rwhod RELENG_2_1_0 Modified: etc master.passwd etc/mtree BSD.var.dist usr.sbin/rwhod rwhod.c Log: Retrofit rwhod security patches. Revision Changes Path 1.13.4.3 +1 -1 src/etc/master.passwd 1.23.4.4 +2 -2 src/etc/mtree/BSD.var.dist 1.1.1.1.6.1 +51 -10 src/usr.sbin/rwhod/rwhod.c From owner-cvs-usrsbin Sat Nov 9 08:16:33 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA06156 for cvs-usrsbin-outgoing; Sat, 9 Nov 1996 08:16:33 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA06135; Sat, 9 Nov 1996 08:16:21 -0800 (PST) Date: Sat, 9 Nov 1996 08:16:21 -0800 (PST) From: Joerg Wunsch Message-Id: <199611091616.IAA06135@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/09 08:16:21 Modified: usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c Log: Implement a -L option that dumps the compiled keymap (as C code) to stdout. The next commit to sysinstall will use this... Revision Changes Path 1.5 +5 -0 src/usr.sbin/kbdcontrol/kbdcontrol.1 1.8 +31 -6 src/usr.sbin/kbdcontrol/kbdcontrol.c From owner-cvs-usrsbin Sat Nov 9 08:18:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA06280 for cvs-usrsbin-outgoing; Sat, 9 Nov 1996 08:18:00 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA06260; Sat, 9 Nov 1996 08:17:51 -0800 (PST) Date: Sat, 9 Nov 1996 08:17:51 -0800 (PST) From: Joerg Wunsch Message-Id: <199611091617.IAA06260@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/09 08:17:50 Branch: usr.sbin/kbdcontrol RELENG_2_2 Modified: usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c Log: Merge the -L option from HEAD; sysinstall will need it. Revision Changes Path 1.4.2.1 +5 -0 src/usr.sbin/kbdcontrol/kbdcontrol.1 1.7.4.1 +31 -6 src/usr.sbin/kbdcontrol/kbdcontrol.c From owner-cvs-usrsbin Sat Nov 9 08:47:03 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA08041 for cvs-usrsbin-outgoing; Sat, 9 Nov 1996 08:47:03 -0800 (PST) Received: from ravenock.cybercity.dk (disn52.cybercity.dk [194.16.57.52]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA07957; Sat, 9 Nov 1996 08:45:38 -0800 (PST) Received: (from sos@localhost) by ravenock.cybercity.dk (8.8.2/8.7.3) id RAA03258; Sat, 9 Nov 1996 17:46:11 +0100 (MET) Message-Id: <199611091646.RAA03258@ravenock.cybercity.dk> Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c To: joerg@freefall.freebsd.org (Joerg Wunsch) Date: Sat, 9 Nov 1996 17:46:11 +0100 (MET) From: "Soren Schmidt" Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199611091616.IAA06135@freefall.freebsd.org> from "Joerg Wunsch" at Nov 9, 96 08:16:21 am From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-usrsbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to Joerg Wunsch who wrote: > > > joerg 96/11/09 08:16:21 > > Modified: usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c > Log: > Implement a -L option that dumps the compiled keymap (as C code) to > stdout. The next commit to sysinstall will use this... Why '-L' ?? Wouldn't -D be more logic, as -d dumps it in keymap format. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-usrsbin Sat Nov 9 09:03:40 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09113 for cvs-usrsbin-outgoing; Sat, 9 Nov 1996 09:03:40 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA08960; Sat, 9 Nov 1996 09:00:58 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id RAA20471; Sat, 9 Nov 1996 17:59:32 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id RAA09138; Sat, 9 Nov 1996 17:59:31 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.2/8.6.9) id RAA02741; Sat, 9 Nov 1996 17:55:39 +0100 (MET) From: J Wunsch Message-Id: <199611091655.RAA02741@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c To: sos@FreeBSD.org Date: Sat, 9 Nov 1996 17:55:39 +0100 (MET) Cc: joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199611091646.RAA03258@ravenock.cybercity.dk> from "sos@FreeBSD.org" at "Nov 9, 96 05:46:11 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As sos@FreeBSD.org wrote: > > Implement a -L option that dumps the compiled keymap (as C code) to > > stdout. The next commit to sysinstall will use this... > > Why '-L' ?? Since it's basically the same code as `-l'. :) > Wouldn't -D be more logic, as -d dumps it in keymap format. I've also thought about it, but -D is more often used meaning `debug'. I don't care however it is named though, we can also change it. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-usrsbin Sat Nov 9 09:47:20 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA11132 for cvs-usrsbin-outgoing; Sat, 9 Nov 1996 09:47:20 -0800 (PST) Received: from ravenock.cybercity.dk (disn41.cybercity.dk [194.16.57.41]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA11125; Sat, 9 Nov 1996 09:47:11 -0800 (PST) Received: (from sos@localhost) by ravenock.cybercity.dk (8.8.2/8.7.3) id SAA03434; Sat, 9 Nov 1996 18:45:25 +0100 (MET) Message-Id: <199611091745.SAA03434@ravenock.cybercity.dk> Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c To: joerg_wunsch@uriah.heep.sax.de Date: Sat, 9 Nov 1996 18:45:25 +0100 (MET) From: "Soren Schmidt" Cc: sos@FreeBSD.org, joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199611091655.RAA02741@uriah.heep.sax.de> from "J Wunsch" at Nov 9, 96 05:55:39 pm From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-usrsbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to J Wunsch who wrote: > > As sos@FreeBSD.org wrote: > > > > Implement a -L option that dumps the compiled keymap (as C code) to > > > stdout. The next commit to sysinstall will use this... > > > > Why '-L' ?? > > Since it's basically the same code as `-l'. :) > > > Wouldn't -D be more logic, as -d dumps it in keymap format. > > I've also thought about it, but -D is more often used meaning `debug'. > I don't care however it is named though, we can also change it. Good point, let it be... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-usrsbin Sat Nov 9 20:47:16 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12849 for cvs-usrsbin-outgoing; Sat, 9 Nov 1996 20:47:16 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12823; Sat, 9 Nov 1996 20:47:01 -0800 (PST) Date: Sat, 9 Nov 1996 20:47:01 -0800 (PST) From: Wolfram Schneider Message-Id: <199611100447.UAA12823@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/cron config.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/09 20:47:00 Modified: usr.sbin/cron/cron config.h Log: Add sendmail option '-oi' -oi Do not take dots on a line by themselves as a message terminator. Now this crontab entry works: * * * * * echo foo; echo .; echo blah Revision Changes Path 1.5 +3 -2 src/usr.sbin/cron/cron/config.h