From owner-cvs-sbin Sun Feb 18 13:46:25 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06487 for cvs-sbin-outgoing; Sun, 18 Feb 1996 13:46:25 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06448 Sun, 18 Feb 1996 13:46:08 -0800 (PST) From: Mike Pritchard Message-Id: <199602182146.NAA06448@freefall.freebsd.org> Subject: Re: cvs commit: src/sbin/rpc.statd - Imported sources To: peter@freefall.freebsd.org (Peter Wemm) Date: Sun, 18 Feb 1996 13:46:08 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199602171515.HAA14202@freefall.freebsd.org> from "Peter Wemm" at Feb 17, 96 07:15:00 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > peter 96/02/17 07:15:00 > > src/sbin/rpc.statd - Imported sources > Update of /home/ncvs/src/sbin/rpc.statd Perhaps rpc.statd & rpc.lockd should live in src/libexec with all of the other rpc.* programs? BTW, They both need to be added to the modules database, and to sbin/Makefile. From owner-cvs-sbin Sun Feb 18 14:24:58 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08529 for cvs-sbin-outgoing; Sun, 18 Feb 1996 14:24:58 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA08480 Sun, 18 Feb 1996 14:24:34 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id GAA03416; Mon, 19 Feb 1996 06:23:57 +0800 (WST) Message-Id: <199602182223.GAA03416@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: Mike Pritchard cc: peter@freefall.freebsd.org (Peter Wemm), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/rpc.statd - Imported sources In-reply-to: Your message of "Sun, 18 Feb 1996 13:46:08 PST." <199602182146.NAA06448@freefall.freebsd.org> Date: Mon, 19 Feb 1996 06:23:56 +0800 From: Peter Wemm Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk >Peter Wemm wrote: >> peter 96/02/17 07:15:00 >> >> src/sbin/rpc.statd - Imported sources >> Update of /home/ncvs/src/sbin/rpc.statd > >Perhaps rpc.statd & rpc.lockd should live in src/libexec with >all of the other rpc.* programs? > >BTW, They both need to be added to the modules database, and to sbin/Makefile. Perhaps not libexec, because they are perfectly valid to be run from the command prompt. libexec stuff is for things that are only useful when started by something else, eg: getty, telnetd, rshd, etc. I've not connected it to the makefile, because I'm not finished with it yet, even though it compiles. I'm half way through doing a rpcgen run (like the YP server) on the fly with a seperate main() and glue, so that it uses the new-style rpcgen "structure".. That sort of thing needs to go through a few rounds of feedback with the author though. BTW: in case anybody was wondering, the lockd test program doesn't work.. it even returns "fail" on a genuine sun derived NFS/Lockd. Cheers, -Peter From owner-cvs-sbin Wed Feb 21 10:41:08 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA19089 for cvs-sbin-outgoing; Wed, 21 Feb 1996 10:41:08 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA19073 Wed, 21 Feb 1996 10:40:56 -0800 (PST) Date: Wed, 21 Feb 1996 10:40:56 -0800 (PST) From: Mike Pritchard Message-Id: <199602211840.KAA19073@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/quotacheck quotacheck.8 quotacheck.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk mpp 96/02/21 10:40:56 Modified: sbin/quotacheck quotacheck.8 quotacheck.c Log: Print out an informative message if the verbose option is given and an unknown uid/gid is found in the file system. This is useful if you wind up with a file in your file system that has a uid that is extremely large, since quotacheck will wind up running a very very long time due to it not handling large gaps in uids very well (this is a problem that should be addressed some day). Update the man page to reflect that fact the the -v flag now prints some additional diagnostic messages. Revision Changes Path 1.2 +1 -1 src/sbin/quotacheck/quotacheck.8 1.3 +6 -2 src/sbin/quotacheck/quotacheck.c From owner-cvs-sbin Thu Feb 22 12:34:22 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15872 for cvs-sbin-outgoing; Thu, 22 Feb 1996 12:34:22 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15846 Thu, 22 Feb 1996 12:34:12 -0800 (PST) Date: Thu, 22 Feb 1996 12:34:12 -0800 (PST) From: Peter Wemm Message-Id: <199602222034.MAA15846@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/nfsd Makefile nfsd.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk peter 96/02/22 12:34:12 Branch: sbin/nfsd RELENG_2_1_0 Modified: sbin/nfsd Makefile nfsd.c Log: Make nfsd use setproctitle from libutil now, because the original version in it did not mix well with the BSD/OS support changes to libkvm. Revision Changes Path 1.4.4.1 +4 -2 src/sbin/nfsd/Makefile 1.3.6.1 +17 -3 src/sbin/nfsd/nfsd.c From owner-cvs-sbin Fri Feb 23 06:57:27 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA12804 for cvs-sbin-outgoing; Fri, 23 Feb 1996 06:57:27 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA12787 Fri, 23 Feb 1996 06:57:12 -0800 (PST) Date: Fri, 23 Feb 1996 06:57:12 -0800 (PST) From: Peter Wemm Message-Id: <199602231457.GAA12787@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin Makefile Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk peter 96/02/23 06:57:12 Branch: sbin RELENG_2_1_0 Modified: sbin Makefile Log: Add sbin/fsdb to Makefile, which was bought in from -current Revision Changes Path 1.22.4.1 +3 -2 src/sbin/Makefile From owner-cvs-sbin Fri Feb 23 07:28:54 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15082 for cvs-sbin-outgoing; Fri, 23 Feb 1996 07:28:54 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15053 Fri, 23 Feb 1996 07:28:41 -0800 (PST) Date: Fri, 23 Feb 1996 07:28:41 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602231528.HAA15053@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk phk 96/02/23 07:28:41 Branch: sbin/ipfw RELENG_2_1_0 Modified: sbin/ipfw ipfw.8 ipfw.c Log: Make ipfw handle the new kernel stuff. Put notice in man-page that it doesn't match reality right now. Revision Changes Path 1.7.4.5 +2 -0 src/sbin/ipfw/ipfw.8 1.15.4.1 +362 -220 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Fri Feb 23 07:52:45 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA17007 for cvs-sbin-outgoing; Fri, 23 Feb 1996 07:52:45 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16977 Fri, 23 Feb 1996 07:52:31 -0800 (PST) Date: Fri, 23 Feb 1996 07:52:31 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602231552.HAA16977@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk phk 96/02/23 07:52:30 Modified: sbin/ipfw ipfw.8 ipfw.c Log: Update -current ipfw program as well. I hope it all compiles... Revision Changes Path 1.12 +2 -0 src/sbin/ipfw/ipfw.8 1.19 +27 -170 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Fri Feb 23 10:04:45 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26129 for cvs-sbin-outgoing; Fri, 23 Feb 1996 10:04:45 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26106 Fri, 23 Feb 1996 10:04:37 -0800 (PST) Date: Fri, 23 Feb 1996 10:04:37 -0800 (PST) From: Paul Traina Message-Id: <199602231804.KAA26106@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/rdisc rdisc.8 rdisc.c DISCLAIMER Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk pst 96/02/23 10:04:37 Modified: sbin/rdisc rdisc.8 rdisc.c Removed: sbin/rdisc DISCLAIMER Log: Bring in router discovery from -current Revision Changes Path 1.1.1.1.6.1 +22 -23 src/sbin/rdisc/rdisc.8 1.2.4.1 +225 -189 src/sbin/rdisc/rdisc.c From owner-cvs-sbin Fri Feb 23 10:05:29 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26225 for cvs-sbin-outgoing; Fri, 23 Feb 1996 10:05:29 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26202 Fri, 23 Feb 1996 10:05:22 -0800 (PST) Date: Fri, 23 Feb 1996 10:05:22 -0800 (PST) From: Paul Traina Message-Id: <199602231805.KAA26202@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/rdisc rdisc.h Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk pst 96/02/23 10:05:21 Branch: sbin/rdisc RELENG_2_1_0 Removed: sbin/rdisc rdisc.h Log: remove unneeded file From owner-cvs-sbin Fri Feb 23 10:07:02 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26331 for cvs-sbin-outgoing; Fri, 23 Feb 1996 10:07:02 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26315 Fri, 23 Feb 1996 10:06:57 -0800 (PST) Date: Fri, 23 Feb 1996 10:06:57 -0800 (PST) From: Paul Traina Message-Id: <199602231806.KAA26315@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin Makefile Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk pst 96/02/23 10:06:57 Branch: sbin RELENG_2_1_0 Modified: sbin Makefile Log: Bring in router discovery Revision Changes Path 1.22.4.2 +2 -2 src/sbin/Makefile From owner-cvs-sbin Fri Feb 23 10:22:59 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27413 for cvs-sbin-outgoing; Fri, 23 Feb 1996 10:22:59 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA27406 Fri, 23 Feb 1996 10:22:52 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id KAA11259; Fri, 23 Feb 1996 10:22:49 -0800 From: "Rodney W. Grimes" Message-Id: <199602231822.KAA11259@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/sbin/rdisc rdisc.8 rdisc.c DISCLAIMER To: pst@freefall.freebsd.org (Paul Traina) Date: Fri, 23 Feb 1996 10:22:49 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199602231804.KAA26106@freefall.freebsd.org> from "Paul Traina" at Feb 23, 96 10:04:37 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk > > pst 96/02/23 10:04:37 > > Modified: sbin/rdisc rdisc.8 rdisc.c > Removed: sbin/rdisc DISCLAIMER > Log: > Bring in router discovery from -current > > Revision Changes Path > 1.1.1.1.6.1 +22 -23 src/sbin/rdisc/rdisc.8 > 1.2.4.1 +225 -189 src/sbin/rdisc/rdisc.c Looks like you missed... this did _not_ commit onto the -stable branch. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-sbin Fri Feb 23 10:31:26 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27848 for cvs-sbin-outgoing; Fri, 23 Feb 1996 10:31:26 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA27824 Fri, 23 Feb 1996 10:31:15 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.4/8.7.3) with SMTP id CAA06130; Sat, 24 Feb 1996 02:30:40 +0800 (WST) Message-Id: <199602231830.CAA06130@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: "Rodney W. Grimes" cc: pst@freefall.freebsd.org (Paul Traina), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/rdisc rdisc.8 rdisc.c DISCLAIMER In-reply-to: Your message of "Fri, 23 Feb 1996 10:22:49 PST." <199602231822.KAA11259@GndRsh.aac.dev.com> Date: Sat, 24 Feb 1996 02:30:40 +0800 From: Peter Wemm Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk >> >> pst 96/02/23 10:04:37 >> >> Modified: sbin/rdisc rdisc.8 rdisc.c >> Removed: sbin/rdisc DISCLAIMER >> Log: >> Bring in router discovery from -current >> >> Revision Changes Path >> 1.1.1.1.6.1 +22 -23 src/sbin/rdisc/rdisc.8 >> 1.2.4.1 +225 -189 src/sbin/rdisc/rdisc.c > >Looks like you missed... this did _not_ commit onto the -stable branch. It did (the rcsid's confirm it), but for some reason the branch was not logged. I'd be interested to know how Paul managed this, but I think this has happen before if the person does a: "cvs update -r RELENG_2_1_0 *" What that means, is that each file has a sticky tag in the CVS/Entries file, but the directory itself (ie: CVS/Tag) doesn't, and log_accum doesn't pick that up. Well, that's my theory anyway.. Cheers, -Peter From owner-cvs-sbin Fri Feb 23 11:27:03 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01289 for cvs-sbin-outgoing; Fri, 23 Feb 1996 11:27:03 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA01271 Fri, 23 Feb 1996 11:26:53 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id LAA29858; Fri, 23 Feb 1996 11:24:30 -0800 (PST) Message-Id: <199602231924.LAA29858@precipice.shockwave.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Peter Wemm cc: "Rodney W. Grimes" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/rdisc rdisc.8 rdisc.c DISCLAIMER In-reply-to: Your message of "Sat, 24 Feb 1996 02:30:40 +0800." <199602231830.CAA06130@jhome.DIALix.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Feb 1996 11:24:29 -0800 From: Paul Traina Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk That's exactly what I did... I didn't want to update the whole directory at the same moment. Sorry for the confusion. From owner-cvs-sbin Fri Feb 23 11:44:53 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02923 for cvs-sbin-outgoing; Fri, 23 Feb 1996 11:44:53 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA02912 Fri, 23 Feb 1996 11:44:48 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id LAA11419; Fri, 23 Feb 1996 11:44:37 -0800 From: "Rodney W. Grimes" Message-Id: <199602231944.LAA11419@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/sbin/rdisc rdisc.8 rdisc.c DISCLAIMER To: peter@jhome.DIALix.COM (Peter Wemm) Date: Fri, 23 Feb 1996 11:44:36 -0800 (PST) Cc: pst@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199602231830.CAA06130@jhome.DIALix.COM> from "Peter Wemm" at Feb 24, 96 02:30:40 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk > > >> > >> pst 96/02/23 10:04:37 > >> > >> Modified: sbin/rdisc rdisc.8 rdisc.c > >> Removed: sbin/rdisc DISCLAIMER > >> Log: > >> Bring in router discovery from -current > >> > >> Revision Changes Path > >> 1.1.1.1.6.1 +22 -23 src/sbin/rdisc/rdisc.8 > >> 1.2.4.1 +225 -189 src/sbin/rdisc/rdisc.c > > > >Looks like you missed... this did _not_ commit onto the -stable branch. > > It did (the rcsid's confirm it), but for some reason the branch was not logged. > > I'd be interested to know how Paul managed this, but I think this has happen > before if the person does a: > "cvs update -r RELENG_2_1_0 *" > > What that means, is that each file has a sticky tag in the CVS/Entries file, > but the directory itself (ie: CVS/Tag) doesn't, and log_accum doesn't pick > that up. > > Well, that's my theory anyway.. >From some quick checking here your theory works for me, with a small problem or two ... :-) Hummm.. cvs update -r RELENG_2_1_0 * is dangerous: SkyRsh# cvs update -r RELENG_2_1_0 * cvs update: Makefile is no longer in the repository U rdisc.8 U rdisc.c cvs [update aborted]: cannot open CVS/CVS/Tag: No such file or directory But cvs update -r RELENG file1 file2 ... does infact do what you describe... -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-sbin Fri Feb 23 16:21:04 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA22697 for cvs-sbin-outgoing; Fri, 23 Feb 1996 16:21:04 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA22682 Fri, 23 Feb 1996 16:20:58 -0800 (PST) Date: Fri, 23 Feb 1996 16:20:58 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602240020.QAA22682@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw Makefile ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk phk 96/02/23 16:20:58 Modified: sbin/ipfw Makefile ipfw.c Log: A new ipfw program that can set and control the new features. An almost correct usage is printed. Revision Changes Path 1.4 +9 -0 src/sbin/ipfw/Makefile 1.20 +398 -976 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Sat Feb 24 05:39:54 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA01193 for cvs-sbin-outgoing; Sat, 24 Feb 1996 05:39:54 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA01159 Sat, 24 Feb 1996 05:39:48 -0800 (PST) Date: Sat, 24 Feb 1996 05:39:48 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602241339.FAA01159@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw Makefile ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk phk 96/02/24 05:39:47 Modified: sbin/ipfw Makefile ipfw.8 ipfw.c Log: Update to match kernel code. Revision Changes Path 1.5 +0 -11 src/sbin/ipfw/Makefile 1.13 +194 -29 src/sbin/ipfw/ipfw.8 1.21 +58 -60 src/sbin/ipfw/ipfw.c