From owner-cvs-usrsbin Sun Feb 9 10:34:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA28586 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 10:34:40 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA28571; Sun, 9 Feb 1997 10:34:33 -0800 (PST) Date: Sun, 9 Feb 1997 10:34:33 -0800 (PST) From: Brian Somers Message-Id: <199702091834.KAA28571@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd auth.c main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/02/09 10:34:30 Modified: usr.sbin/pppd auth.c main.c Log: Connections are timed and the call duration is logged via syslog. Submitted by: Lars Fredriksen Obtained from: Lars Fredriksen Revision Changes Path 1.11 +7 -1 src/usr.sbin/pppd/auth.c 1.9 +6 -1 src/usr.sbin/pppd/main.c From owner-cvs-usrsbin Sun Feb 9 11:19:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA01446 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 11:19:20 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA01439; Sun, 9 Feb 1997 11:19:17 -0800 (PST) Date: Sun, 9 Feb 1997 11:19:17 -0800 (PST) From: Bill Paul Message-Id: <199702091919.LAA01439@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/02/09 11:19:16 Modified: usr.sbin/ypserv Makefile.yp Log: Two small tweaks: - servers should be the first target listed in 'all:' in order for slave servers to be updated correctly: yppush reads the ypservers map to figure out where all the slaves are, so it needs to be loaded onto the master ASAP. - Fixed small bogon in publickey target which nobody has noticed since we're not using the publickey.byname map yet. Revision Changes Path 1.16 +3 -3 src/usr.sbin/ypserv/Makefile.yp From owner-cvs-usrsbin Sun Feb 9 11:35:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA03026 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 11:35:06 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA03006; Sun, 9 Feb 1997 11:34:59 -0800 (PST) Date: Sun, 9 Feb 1997 11:34:59 -0800 (PST) From: Bill Paul Message-Id: <199702091934.LAA03006@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/yp_mkdb yp_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/02/09 11:34:57 Modified: usr.sbin/yp_mkdb yp_mkdb.c Log: Check for, warn about and reject lines with empty keys. You can't have a database entry with a null key. These are often caused by spurious blank lines in the map source file. Revision Changes Path 1.5 +5 -0 src/usr.sbin/yp_mkdb/yp_mkdb.c From owner-cvs-usrsbin Sun Feb 9 12:39:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA06823 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 12:39:19 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA06810; Sun, 9 Feb 1997 12:39:07 -0800 (PST) Date: Sun, 9 Feb 1997 12:39:07 -0800 (PST) From: Joerg Wunsch Message-Id: <199702092039.MAA06810@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd pccard.conf.5 pccardd.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/09 12:39:05 Modified: usr.sbin/pccard/pccardd pccard.conf.5 pccardd.8 Log: Fix some xrefs. Submitted by: John-Mark Gurney Revision Changes Path 1.4 +1 -1 src/usr.sbin/pccard/pccardd/pccard.conf.5 1.6 +1 -1 src/usr.sbin/pccard/pccardd/pccardd.8 From owner-cvs-usrsbin Sun Feb 9 12:41:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA07059 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 12:41:12 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA07030; Sun, 9 Feb 1997 12:40:57 -0800 (PST) Date: Sun, 9 Feb 1997 12:40:57 -0800 (PST) From: Joerg Wunsch Message-Id: <199702092040.MAA07030@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd pccard.conf.5 pccardd.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/09 12:40:53 Branch: usr.sbin/pccard/pccardd RELENG_2_2 Modified: usr.sbin/pccard/pccardd pccard.conf.5 pccardd.8 Log: YAMFC (fix xrefs) Revision Changes Path 1.3.2.1 +1 -1 src/usr.sbin/pccard/pccardd/pccard.conf.5 1.4.2.1 +2 -2 src/usr.sbin/pccard/pccardd/pccardd.8 From owner-cvs-usrsbin Sun Feb 9 14:30:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA13717 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 14:30:23 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA13708; Sun, 9 Feb 1997 14:30:19 -0800 (PST) Date: Sun, 9 Feb 1997 14:30:19 -0800 (PST) From: Bill Fenner Message-Id: <199702092230.OAA13708@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted mapper.c mrinfo.c mtrace.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 97/02/09 14:30:18 Branch: usr.sbin/mrouted RELENG_2_1_0 Modified: usr.sbin/mrouted mapper.c mrinfo.c mtrace.c Log: Fix possible gethostbyname-related overflows as pointed out in PR#bin/2585 . Revision Changes Path 1.3.4.3 +2 -2 src/usr.sbin/mrouted/mapper.c 1.4.4.3 +2 -2 src/usr.sbin/mrouted/mrinfo.c 1.4.4.3 +3 -2 src/usr.sbin/mrouted/mtrace.c From owner-cvs-usrsbin Sun Feb 9 14:32:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA13942 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 14:32:11 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA13934; Sun, 9 Feb 1997 14:32:09 -0800 (PST) Date: Sun, 9 Feb 1997 14:32:09 -0800 (PST) From: Bill Fenner Message-Id: <199702092232.OAA13934@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted mapper.c mrinfo.c mtrace.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 97/02/09 14:32:08 Modified: usr.sbin/mrouted mapper.c mrinfo.c mtrace.c Log: Fix possible gethostbyname-related overflows as pointed out in PR#bin/2585 . Revision Changes Path 1.9 +1 -1 src/usr.sbin/mrouted/mapper.c 1.11 +1 -1 src/usr.sbin/mrouted/mrinfo.c 1.11 +2 -1 src/usr.sbin/mrouted/mtrace.c From owner-cvs-usrsbin Sun Feb 9 16:56:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24610 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 16:56:42 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24599; Sun, 9 Feb 1997 16:56:40 -0800 (PST) Date: Sun, 9 Feb 1997 16:56:40 -0800 (PST) From: Bill Fenner Message-Id: <199702100056.QAA24599@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted mapper.c mrinfo.c mtrace.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 97/02/09 16:56:40 Branch: usr.sbin/mrouted RELENG_2_2 Modified: usr.sbin/mrouted mapper.c mrinfo.c mtrace.c Log: Fix possible gethostbyname-related overflows as pointed out in PR#bin/2585 . OK'd-by: joerg Revision Changes Path 1.7.2.1 +2 -2 src/usr.sbin/mrouted/mapper.c 1.9.2.1 +2 -2 src/usr.sbin/mrouted/mrinfo.c 1.8.2.2 +3 -2 src/usr.sbin/mrouted/mtrace.c From owner-cvs-usrsbin Sun Feb 9 17:29:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA26523 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 17:29:45 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA26516; Sun, 9 Feb 1997 17:29:43 -0800 (PST) Date: Sun, 9 Feb 1997 17:29:43 -0800 (PST) From: Bill Fenner Message-Id: <199702100129.RAA26516@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted mtrace.8 mtrace.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 97/02/09 17:29:43 Branch: usr.sbin/mrouted RELENG_2_2 Modified: usr.sbin/mrouted mtrace.8 mtrace.c Log: Merge mtrace 5.1 from -current. mtrace.h got tagged seperately. Revision Changes Path 1.3.2.2 +69 -25 src/usr.sbin/mrouted/mtrace.8 1.8.2.3 +890 -159 src/usr.sbin/mrouted/mtrace.c From owner-cvs-usrsbin Sun Feb 9 22:44:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12247 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 22:44:35 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12225; Sun, 9 Feb 1997 22:44:29 -0800 (PST) Date: Sun, 9 Feb 1997 22:44:29 -0800 (PST) From: Bill Fenner Message-Id: <199702100644.WAA12225@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted cfparse.y Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 97/02/09 22:44:28 Modified: usr.sbin/mrouted cfparse.y Log: Another fix related to pr#bin/2585 . That'll teach me to grep h_length *.c ... Revision Changes Path 1.6 +2 -1 src/usr.sbin/mrouted/cfparse.y From owner-cvs-usrsbin Sun Feb 9 22:45:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12400 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 22:45:09 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12379; Sun, 9 Feb 1997 22:45:05 -0800 (PST) Date: Sun, 9 Feb 1997 22:45:05 -0800 (PST) From: Bill Fenner Message-Id: <199702100645.WAA12379@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted cfparse.y Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 97/02/09 22:45:04 Branch: usr.sbin/mrouted RELENG_2_2 Modified: usr.sbin/mrouted cfparse.y Log: Another fix related to pr#bin/2585 . That'll teach me to grep h_length *.c ... Revision Changes Path 1.3.2.2 +3 -2 src/usr.sbin/mrouted/cfparse.y From owner-cvs-usrsbin Sun Feb 9 22:46:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12775 for cvs-usrsbin-outgoing; Sun, 9 Feb 1997 22:46:47 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12763; Sun, 9 Feb 1997 22:46:41 -0800 (PST) Date: Sun, 9 Feb 1997 22:46:41 -0800 (PST) From: Bill Fenner Message-Id: <199702100646.WAA12763@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted cfparse.y Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 97/02/09 22:46:40 Branch: usr.sbin/mrouted RELENG_2_1_0 Modified: usr.sbin/mrouted cfparse.y Log: Another fix related to pr#bin/2585 . That'll teach me to grep h_length *.c ... Revision Changes Path 1.2.2.2 +3 -2 src/usr.sbin/mrouted/cfparse.y From owner-cvs-usrsbin Tue Feb 11 14:08:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA22822 for cvs-usrsbin-outgoing; Tue, 11 Feb 1997 14:08:28 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA22815; Tue, 11 Feb 1997 14:08:25 -0800 (PST) Date: Tue, 11 Feb 1997 14:08:25 -0800 (PST) From: Stefan Esser Message-Id: <199702112208.OAA22815@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pciconf pciconf.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 97/02/11 14:08:24 Added: usr.sbin/pciconf pciconf.8 Log: Man page for the pciconf utility. There really should be some documentation on the ioctl() interface provided by /dev/pci ... Reviewed by: wollman From owner-cvs-usrsbin Tue Feb 11 19:36:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA15501 for cvs-usrsbin-outgoing; Tue, 11 Feb 1997 19:36:13 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA15491; Tue, 11 Feb 1997 19:36:11 -0800 (PST) Date: Tue, 11 Feb 1997 19:36:11 -0800 (PST) From: Bruce Evans Message-Id: <199702120336.TAA15491@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pciconf Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/11 19:36:11 Modified: usr.sbin/pciconf Makefile Log: Actually install the new manpage. Revision Changes Path 1.2 +0 -1 src/usr.sbin/pciconf/Makefile From owner-cvs-usrsbin Wed Feb 12 02:47:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA21575 for cvs-usrsbin-outgoing; Wed, 12 Feb 1997 02:47:50 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA21566; Wed, 12 Feb 1997 02:47:47 -0800 (PST) Date: Wed, 12 Feb 1997 02:47:47 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702121047.CAA21566@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pw pwupd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/12 02:47:46 Branch: usr.sbin/pw RELENG_2_1_0 Modified: usr.sbin/pw pwupd.c Log: Small correction for HAVE_PWDB_C macro. Submitted-By: David Nugent Revision Changes Path 1.4.2.2 +1 -1 src/usr.sbin/pw/pwupd.c From owner-cvs-usrsbin Wed Feb 12 23:16:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA22899 for cvs-usrsbin-outgoing; Wed, 12 Feb 1997 23:16:16 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA22892; Wed, 12 Feb 1997 23:16:14 -0800 (PST) Date: Wed, 12 Feb 1997 23:16:14 -0800 (PST) From: Mike Pritchard Message-Id: <199702130716.XAA22892@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/crontab crontab.5 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/12 23:16:14 Modified: usr.sbin/cron/crontab crontab.5 Log: crontab(5) incorrectly documented the dom/month arguments. They have valid ranges of 1-31 and 1-12, not 0-31 and 0-12. Revision Changes Path 1.3 +2 -2 src/usr.sbin/cron/crontab/crontab.5 From owner-cvs-usrsbin Wed Feb 12 23:18:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA23089 for cvs-usrsbin-outgoing; Wed, 12 Feb 1997 23:18:42 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA23079; Wed, 12 Feb 1997 23:18:41 -0800 (PST) Date: Wed, 12 Feb 1997 23:18:41 -0800 (PST) From: Mike Pritchard Message-Id: <199702130718.XAA23079@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/crontab crontab.5 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/12 23:18:40 Branch: usr.sbin/cron/crontab RELENG_2_2 Modified: usr.sbin/cron/crontab crontab.5 Log: YAMFC: From rev 1.2: correctly document the ranges of the dom/month parameters. Revision Changes Path 1.1.1.1.8.1 +3 -3 src/usr.sbin/cron/crontab/crontab.5 From owner-cvs-usrsbin Thu Feb 13 07:48:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA19160 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 07:48:46 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA19148; Thu, 13 Feb 1997 07:48:43 -0800 (PST) Date: Thu, 13 Feb 1997 07:48:43 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199702131548.HAA19148@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src collect.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/02/13 07:48:42 Modified: usr.sbin/sendmail/src collect.c Log: Under some circumstanes sendmail can loop forever collecting input. Fix uninitialized character to prevent it. Should go into 2.2 Revision Changes Path 1.8 +1 -0 src/usr.sbin/sendmail/src/collect.c From owner-cvs-usrsbin Thu Feb 13 10:51:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA00716 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 10:51:04 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA00699; Thu, 13 Feb 1997 10:51:01 -0800 (PST) Date: Thu, 13 Feb 1997 10:51:01 -0800 (PST) From: Mike Pritchard Message-Id: <199702131851.KAA00699@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/vnconfig vnconfig.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/13 10:50:56 Modified: usr.sbin/vnconfig vnconfig.8 Log: Xref the new vn(4) man page. Revision Changes Path 1.4 +2 -1 src/usr.sbin/vnconfig/vnconfig.8 From owner-cvs-usrsbin Thu Feb 13 11:00:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA01171 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 11:00:29 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA01155; Thu, 13 Feb 1997 11:00:25 -0800 (PST) Date: Thu, 13 Feb 1997 11:00:25 -0800 (PST) From: Mike Pritchard Message-Id: <199702131900.LAA01155@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/vnconfig vnconfig.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/13 11:00:24 Branch: usr.sbin/vnconfig RELENG_2_2 Modified: usr.sbin/vnconfig vnconfig.8 Log: YAMFC: sort xrefs and xref vn(4). Revision Changes Path 1.2.2.1 +3 -2 src/usr.sbin/vnconfig/vnconfig.8 From owner-cvs-usrsbin Thu Feb 13 13:45:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11037 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 13:45:28 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11030; Thu, 13 Feb 1997 13:45:25 -0800 (PST) Date: Thu, 13 Feb 1997 13:45:25 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199702132145.NAA11030@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src collect.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/02/13 13:45:24 Modified: usr.sbin/sendmail/src collect.c Log: clearerr() clears both EOF and error flags, so do it only for error and not for EOF or loop test becomes while(1) Should go into 2.2 Submitted by: Gregory Neil Shapiro Revision Changes Path 1.9 +2 -1 src/usr.sbin/sendmail/src/collect.c From owner-cvs-usrsbin Thu Feb 13 16:08:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA20451 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 16:08:23 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA20437; Thu, 13 Feb 1997 16:08:16 -0800 (PST) Date: Thu, 13 Feb 1997 16:08:16 -0800 (PST) From: Bruce Evans Message-Id: <199702140008.QAA20437@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-usrsbin Subject: cvs commit: src/sys/i386/conf Makefile.i386 src/usr.sbin/config mkmakefile.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/13 16:08:15 Branch: sys/i386/conf RELENG_2_2 usr.sbin/config RELENG_2_2 Modified: sys/i386/conf Makefile.i386 usr.sbin/config mkmakefile.c Log: YAMFC (moved nonstandard compiler profiling options out of config). The 2.2 mkmakefile.c is now the same as rev.1.20 (this commit merges rev.1.19; rev 1.20 was already merged; 1.21 hasn't been merged). Revision Changes Path 1.89.2.2 +8 -1 src/sys/i386/conf/Makefile.i386 1.18.2.2 +4 -6 src/usr.sbin/config/mkmakefile.c From owner-cvs-usrsbin Thu Feb 13 17:52:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA26790 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 17:52:47 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA26779; Thu, 13 Feb 1997 17:52:43 -0800 (PST) Date: Thu, 13 Feb 1997 17:52:43 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702140152.RAA26779@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/13 17:52:41 Modified: usr.sbin/pkg_install/add extract.c Log: Put back @owner/@group/@mode behavior I took out way back when. Submitted-By: pst Revision Changes Path 1.9 +1 -1 src/usr.sbin/pkg_install/add/extract.c From owner-cvs-usrsbin Thu Feb 13 17:53:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA26864 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 17:53:34 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA26854; Thu, 13 Feb 1997 17:53:31 -0800 (PST) Date: Thu, 13 Feb 1997 17:53:31 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702140153.RAA26854@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/13 17:53:30 Branch: usr.sbin/pkg_install/add RELENG_2_2 Modified: usr.sbin/pkg_install/add extract.c Log: YAMFC (pst change to restore @owner/@group/@mode behavior for all files). Revision Changes Path 1.7.6.1 +2 -2 src/usr.sbin/pkg_install/add/extract.c From owner-cvs-usrsbin Thu Feb 13 17:54:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA26948 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 17:54:19 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA26933; Thu, 13 Feb 1997 17:54:14 -0800 (PST) Date: Thu, 13 Feb 1997 17:54:14 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702140154.RAA26933@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/13 17:54:14 Branch: usr.sbin/pkg_install/add RELENG_2_1_0 Modified: usr.sbin/pkg_install/add extract.c Log: YAMFC. Revision Changes Path 1.7.4.1 +2 -2 src/usr.sbin/pkg_install/add/extract.c From owner-cvs-usrsbin Thu Feb 13 18:44:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA29648 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 18:44:50 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA29641; Thu, 13 Feb 1997 18:44:48 -0800 (PST) Date: Thu, 13 Feb 1997 18:44:48 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199702140244.SAA29641@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src collect.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/02/13 18:44:48 Modified: usr.sbin/sendmail/src collect.c Log: Back out clearerr fix after discussion in sendmail-bugs, it gains nothing Revision Changes Path 1.10 +1 -2 src/usr.sbin/sendmail/src/collect.c From owner-cvs-usrsbin Fri Feb 14 05:57:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA06339 for cvs-usrsbin-outgoing; Fri, 14 Feb 1997 05:57:40 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA06330; Fri, 14 Feb 1997 05:57:39 -0800 (PST) Date: Fri, 14 Feb 1997 05:57:39 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199702141357.FAA06330@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src collect.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/02/14 05:57:38 Modified: usr.sbin/sendmail/src collect.c Log: Replace my EOF fix with better one from sendmail-bugs discussion Should go into 2.2 Revision Changes Path 1.11 +1 -2 src/usr.sbin/sendmail/src/collect.c From owner-cvs-usrsbin Fri Feb 14 09:43:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA18071 for cvs-usrsbin-outgoing; Fri, 14 Feb 1997 09:43:10 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA18065; Fri, 14 Feb 1997 09:42:55 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.7.5/8.7.3) id JAA08144; Fri, 14 Feb 1997 09:42:30 -0800 (PST) From: "Rodney W. Grimes" Message-Id: <199702141742.JAA08144@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/usr.sbin/sendmail/src collect.c In-Reply-To: <199702141357.FAA06330@freefall.freebsd.org> from "Andrey A. Chernov" at "Feb 14, 97 05:57:39 am" To: ache@freefall.freebsd.org (Andrey A. Chernov) Date: Fri, 14 Feb 1997 09:42:30 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL25 (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 > ache 97/02/14 05:57:38 > > Modified: usr.sbin/sendmail/src collect.c > Log: > Replace my EOF fix with better one from sendmail-bugs discussion > > Should go into 2.2 What about 2.1.7? > Revision Changes Path > 1.11 +1 -2 src/usr.sbin/sendmail/src/collect.c -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation, Inc. Reliable computers for FreeBSD From owner-cvs-usrsbin Fri Feb 14 10:24:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA21841 for cvs-usrsbin-outgoing; Fri, 14 Feb 1997 10:24:23 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA21727; Fri, 14 Feb 1997 10:23:56 -0800 (PST) Received: by sovcom.kiae.su id AA11235 (5.65.kiae-1 ); Fri, 14 Feb 1997 21:14:31 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Fri, 14 Feb 97 21:14:31 +0300 Received: (from ache@localhost) by nagual.ru (8.8.5/8.8.5) id VAA00363; Fri, 14 Feb 1997 21:06:22 +0300 (MSK) Date: Fri, 14 Feb 1997 21:06:16 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: "Rodney W. Grimes" Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/sendmail/src collect.c In-Reply-To: <199702141742.JAA08144@GndRsh.aac.dev.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 14 Feb 1997, Rodney W. Grimes wrote: > > ache 97/02/14 05:57:38 > > > > Modified: usr.sbin/sendmail/src collect.c > > Log: > > Replace my EOF fix with better one from sendmail-bugs discussion > > > > Should go into 2.2 > > What about 2.1.7? It will be nice too, I just don't care about 2.1.7 BTW, this bug probability is _very_ small. -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-usrsbin Fri Feb 14 19:35:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA25500 for cvs-usrsbin-outgoing; Fri, 14 Feb 1997 19:35:59 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA25493; Fri, 14 Feb 1997 19:35:57 -0800 (PST) Date: Fri, 14 Feb 1997 19:35:57 -0800 (PST) From: John-Mark Gurney Message-Id: <199702150335.TAA25493@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppstats pppstats.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/02/14 19:35:56 Modified: usr.sbin/pppstats pppstats.8 Log: mdoc'ify man page Revision Changes Path 1.5 +29 -32 src/usr.sbin/pppstats/pppstats.8 From owner-cvs-usrsbin Fri Feb 14 20:34:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA28319 for cvs-usrsbin-outgoing; Fri, 14 Feb 1997 20:34:33 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA28312; Fri, 14 Feb 1997 20:34:31 -0800 (PST) Date: Fri, 14 Feb 1997 20:34:31 -0800 (PST) From: Bill Paul Message-Id: <199702150434.UAA28312@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/02/14 20:34:31 Branch: usr.sbin/ypserv RELENG_2_2 Modified: usr.sbin/ypserv Makefile.yp Log: Merge from -current: update the ypservers map first and fix small bogon in publickey target. Revision Changes Path 1.13.2.2 +4 -4 src/usr.sbin/ypserv/Makefile.yp From owner-cvs-usrsbin Fri Feb 14 20:37:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA28510 for cvs-usrsbin-outgoing; Fri, 14 Feb 1997 20:37:21 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA28503; Fri, 14 Feb 1997 20:37:19 -0800 (PST) Date: Fri, 14 Feb 1997 20:37:19 -0800 (PST) From: Bill Paul Message-Id: <199702150437.UAA28503@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/yp_mkdb yp_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 97/02/14 20:37:18 Branch: usr.sbin/yp_mkdb RELENG_2_2 Modified: usr.sbin/yp_mkdb yp_mkdb.c Log: Merge from -current: disallow empty keys. Revision Changes Path 1.3.2.1 +7 -2 src/usr.sbin/yp_mkdb/yp_mkdb.c From owner-cvs-usrsbin Sat Feb 15 02:13:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA14458 for cvs-usrsbin-outgoing; Sat, 15 Feb 1997 02:13:37 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA14450; Sat, 15 Feb 1997 02:13:32 -0800 (PST) Date: Sat, 15 Feb 1997 02:13:32 -0800 (PST) From: Joerg Wunsch Message-Id: <199702151013.CAA14450@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/15 02:13:30 Branch: usr.sbin/ppp RELENG_2_1_0 Modified: usr.sbin/ppp ppp.8 Log: Merge from rev 1.19. Revision Changes Path 1.8.4.4 +3 -3 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sat Feb 15 06:17:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA25793 for cvs-usrsbin-outgoing; Sat, 15 Feb 1997 06:17:33 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA25784; Sat, 15 Feb 1997 06:17:30 -0800 (PST) Date: Sat, 15 Feb 1997 06:17:30 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702151417.GAA25784@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/15 06:17:30 Modified: usr.sbin/pkg_install/add perform.c Log: Fix a bogon with playpen size calculation for pkg of "-". It's amazing this ever worked, actually. Revision Changes Path 1.40 +3 -1 src/usr.sbin/pkg_install/add/perform.c From owner-cvs-usrsbin Sat Feb 15 06:18:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA25854 for cvs-usrsbin-outgoing; Sat, 15 Feb 1997 06:18:20 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA25842; Sat, 15 Feb 1997 06:18:17 -0800 (PST) Date: Sat, 15 Feb 1997 06:18:17 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702151418.GAA25842@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/15 06:18:16 Branch: usr.sbin/pkg_install/add RELENG_2_1_0 Modified: usr.sbin/pkg_install/add perform.c Log: Merge-o-mat. Revision Changes Path 1.26.2.13 +4 -2 src/usr.sbin/pkg_install/add/perform.c From owner-cvs-usrsbin Sat Feb 15 06:19:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA25925 for cvs-usrsbin-outgoing; Sat, 15 Feb 1997 06:19:11 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA25916; Sat, 15 Feb 1997 06:19:08 -0800 (PST) Date: Sat, 15 Feb 1997 06:19:08 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702151419.GAA25916@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/15 06:19:07 Branch: usr.sbin/pkg_install/add RELENG_2_2 Modified: usr.sbin/pkg_install/add perform.c Log: YAMFC42.2 Revision Changes Path 1.37.2.2 +4 -2 src/usr.sbin/pkg_install/add/perform.c From owner-cvs-usrsbin Sat Feb 15 08:34:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA03388 for cvs-usrsbin-outgoing; Sat, 15 Feb 1997 08:34:53 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA03379; Sat, 15 Feb 1997 08:34:51 -0800 (PST) Date: Sat, 15 Feb 1997 08:34:51 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702151634.IAA03379@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/15 08:34:50 Modified: usr.sbin/pkg_install/add extract.c Log: Prevent potential argument buffer overflow. Revision Changes Path 1.10 +7 -8 src/usr.sbin/pkg_install/add/extract.c From owner-cvs-usrsbin Sat Feb 15 08:35:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA03485 for cvs-usrsbin-outgoing; Sat, 15 Feb 1997 08:35:44 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA03472; Sat, 15 Feb 1997 08:35:41 -0800 (PST) Date: Sat, 15 Feb 1997 08:35:41 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702151635.IAA03472@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/15 08:35:40 Branch: usr.sbin/pkg_install/add RELENG_2_1_0 Modified: usr.sbin/pkg_install/add extract.c Log: YAMFC Revision Changes Path 1.7.4.2 +8 -9 src/usr.sbin/pkg_install/add/extract.c From owner-cvs-usrsbin Sat Feb 15 08:36:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA03588 for cvs-usrsbin-outgoing; Sat, 15 Feb 1997 08:36:21 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA03579; Sat, 15 Feb 1997 08:36:19 -0800 (PST) Date: Sat, 15 Feb 1997 08:36:19 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702151636.IAA03579@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/15 08:36:18 Branch: usr.sbin/pkg_install/add RELENG_2_2 Modified: usr.sbin/pkg_install/add extract.c Log: YAMFC Revision Changes Path 1.7.6.2 +8 -9 src/usr.sbin/pkg_install/add/extract.c From owner-cvs-usrsbin Sat Feb 15 23:18:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA17603 for cvs-usrsbin-outgoing; Sat, 15 Feb 1997 23:18:42 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA17596; Sat, 15 Feb 1997 23:18:41 -0800 (PST) Date: Sat, 15 Feb 1997 23:18:41 -0800 (PST) From: Mike Pritchard Message-Id: <199702160718.XAA17596@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppstats pppstats.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/15 23:18:40 Branch: usr.sbin/pppstats RELENG_2_2 Modified: usr.sbin/pppstats pppstats.8 Log: YAMFC: From rev 1.5: mdoc'ify man page. Revision Changes Path 1.3.2.1 +30 -33 src/usr.sbin/pppstats/pppstats.8