From owner-cvs-user Wed Feb 21 00:15:21 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA16543 for cvs-user-outgoing; Wed, 21 Feb 1996 00:15:21 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA16523 Wed, 21 Feb 1996 00:15:10 -0800 (PST) Date: Wed, 21 Feb 1996 00:15:10 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199602210815.AAA16523@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/secure/lib/libcrypt Makefile Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk jkh 96/02/21 00:15:10 Modified: secure/lib/libcrypt Makefile Log: Add back missing crypt.3 man page. Revision Changes Path 1.9 +2 -1 src/secure/lib/libcrypt/Makefile From owner-cvs-user Wed Feb 21 13:37:35 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02138 for cvs-user-outgoing; Wed, 21 Feb 1996 13:37:35 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02106 Wed, 21 Feb 1996 13:37:09 -0800 (PST) Date: Wed, 21 Feb 1996 13:37:09 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602212137.NAA02106@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/eBones/usr.sbin/fix_kdb_keys - New directory Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk ache 96/02/21 13:37:08 src/eBones/usr.sbin/fix_kdb_keys - New directory From owner-cvs-user Wed Feb 21 13:40:38 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02501 for cvs-user-outgoing; Wed, 21 Feb 1996 13:40:38 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02462 Wed, 21 Feb 1996 13:40:18 -0800 (PST) Date: Wed, 21 Feb 1996 13:40:18 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602212140.NAA02462@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/eBones/usr.sbin Makefile src/eBones/usr.sbin/fix_kdb_keys Makefile fix_kdb_keys.c src/eBones/usr.sbin/kdb_edit kdb_edit.c src/eBones/usr.sbin/kdb_init kdb_init.c src/eBones/usr.sbin/kerberos kerberos.c src/eBones/usr.sbin/ksrvutil ksrvutil.c src/eBones README.PATCH Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk ache 96/02/21 13:40:17 Modified: eBones/usr.sbin Makefile eBones/usr.sbin/kdb_edit kdb_edit.c eBones/usr.sbin/kdb_init kdb_init.c eBones/usr.sbin/kerberos kerberos.c eBones/usr.sbin/ksrvutil ksrvutil.c Added: eBones README.PATCH eBones/usr.sbin/fix_kdb_keys Makefile fix_kdb_keys.c Log: Fix weak random number hole Obtained from: CERT Revision Changes Path 1.2 +3 -3 src/eBones/usr.sbin/Makefile 1.6 +5 -3 src/eBones/usr.sbin/kdb_edit/kdb_edit.c 1.5 +4 -3 src/eBones/usr.sbin/kdb_init/kdb_init.c 1.6 +5 -4 src/eBones/usr.sbin/kerberos/kerberos.c 1.6 +6 -2 src/eBones/usr.sbin/ksrvutil/ksrvutil.c From owner-cvs-user Wed Feb 21 14:13:53 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04160 for cvs-user-outgoing; Wed, 21 Feb 1996 14:13:53 -0800 (PST) Received: from grumble.grondar.za (root@grumble.grondar.za [196.7.18.130]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA04147 Wed, 21 Feb 1996 14:13:40 -0800 (PST) Received: from grumble.grondar.za (mark@localhost [127.0.0.1]) by grumble.grondar.za (8.7.3/8.7.3) with ESMTP id AAA21062; Thu, 22 Feb 1996 00:13:33 +0200 (SAT) Message-Id: <199602212213.AAA21062@grumble.grondar.za> To: "Andrey A. Chernov" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin Makefile src/eBones/usr.sbin/fix_kdb_keys Makefile fix_kdb_keys.c src/eBones/usr.sbin/kdb_edit kdb_edit.c src/eBones/usr.sbin/kdb_init kdb_init.c src/eBones/usr.sbin/kerberos kerberos.c src/eBones/usr.sbin/ksrvutil ksrvutil.c src/eBones README.PATCH Date: Thu, 22 Feb 1996 00:13:32 +0200 From: Mark Murray Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk I would say this is a _definite_must_ for 2.1. M "Andrey A. Chernov" wrote: > ache 96/02/21 13:40:17 > > Modified: eBones/usr.sbin Makefile > eBones/usr.sbin/kdb_edit kdb_edit.c > eBones/usr.sbin/kdb_init kdb_init.c > eBones/usr.sbin/kerberos kerberos.c > eBones/usr.sbin/ksrvutil ksrvutil.c > Added: eBones README.PATCH > eBones/usr.sbin/fix_kdb_keys Makefile fix_kdb_keys.c > Log: > Fix weak random number hole > Obtained from: CERT > > Revision Changes Path > 1.2 +3 -3 src/eBones/usr.sbin/Makefile > 1.6 +5 -3 src/eBones/usr.sbin/kdb_edit/kdb_edit.c > 1.5 +4 -3 src/eBones/usr.sbin/kdb_init/kdb_init.c > 1.6 +5 -4 src/eBones/usr.sbin/kerberos/kerberos.c > 1.6 +6 -2 src/eBones/usr.sbin/ksrvutil/ksrvutil.c -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key From owner-cvs-user Wed Feb 21 17:11:46 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA15866 for cvs-user-outgoing; Wed, 21 Feb 1996 17:11:46 -0800 (PST) Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA15833 Wed, 21 Feb 1996 17:11:26 -0800 (PST) Message-Id: <199602220111.RAA15833@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: Mark Murray cc: "Andrey A. Chernov" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin Makefile src/eBones/usr.sbin/fix_kdb_keys Makefile fix_kdb_keys.c src/eBones/usr.sbin/kdb_edit kdb_edit.c src/eBones/usr.sbin/kdb_init kdb_init.c src/eBones/usr.sbin/kerberos kerberos.c src/eBones/usr.sbin/ksrvutil ksrvutil.c src/eBones README.PATCH In-reply-to: Your message of "Thu, 22 Feb 1996 00:13:32 +0200." <199602212213.AAA21062@grumble.grondar.za> Date: Wed, 21 Feb 1996 17:11:26 -0800 From: "Justin T. Gibbs" Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk > >I would say this is a _definite_must_ for 2.1. > >M > >"Andrey A. Chernov" wrote: Andrey. Wasn't there another patch that I gave you a while back for kadmind that you committed to -current but not to -stable? You should bring that in as well. >-- >Mark Murray >46 Harvey Rd, Claremont, Cape Town 7700, South Africa >+27 21 61-3768 GMT+0200 >Finger mark@grondar.za for PGP key -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-user Wed Feb 21 17:46:14 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17302 for cvs-user-outgoing; Wed, 21 Feb 1996 17:46:14 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA17295 Wed, 21 Feb 1996 17:46:10 -0800 (PST) Received: by sequent.kiae.su id AA29566 (5.65.kiae-2 ); Thu, 22 Feb 1996 04:37:41 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Thu, 22 Feb 96 04:37:41 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.3/8.7.3) id EAA05478; Thu, 22 Feb 1996 04:37:22 +0300 (MSK) To: "Justin T. Gibbs" , Mark Murray Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org References: <199602220111.RAA15833@freefall.freebsd.org> In-Reply-To: <199602220111.RAA15833@freefall.freebsd.org>; from "Justin T. Gibbs" at Wed, 21 Feb 1996 17:11:26 -0800 Message-Id: Organization: Olahm Ha-Yetzirah Date: Thu, 22 Feb 1996 04:37:22 +0300 (MSK) X-Mailer: Mail/@ [v2.42 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/eBones/usr.sbin Makefile src/eBones/usr.sbin/fix_kdb_keys Makefile fix_kdb_keys.c src/eBones/usr.sbin/kdb_edit kdb_edit.c src/eBones/usr.sbin/kdb_init kdb_init.c src/eBones/usr.sbin/kerberos kerberos.c src/eBones/usr.sbin/ksrvutil ksrvutil.c src/eBones README.PATCH Lines: 23 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk In message <199602220111.RAA15833@freefall.freebsd.org> Justin T. Gibbs writes: >> >>I would say this is a _definite_must_ for 2.1. >> >>M >> >>"Andrey A. Chernov" wrote: >Andrey. Wasn't there another patch that I gave you a while back >for kadmind that you committed to -current but not to -stable? >You should bring that in as well. Sorry, I am completely _not_ interested in commiting anything into -stable and not plan to spend even few keystrokes to do it. Feel free to do it by yourself or ask somebody else. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-user Wed Feb 21 17:58:52 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17977 for cvs-user-outgoing; Wed, 21 Feb 1996 17:58:52 -0800 (PST) Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA17939 Wed, 21 Feb 1996 17:58:35 -0800 (PST) Message-Id: <199602220158.RAA17939@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: Mark Murray , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin Makefile src/eBones/usr.sbin/fix_kdb_keys Makefile fix_kdb_keys.c src/eBones/usr.sbin/kdb_edit kdb_edit.c src/eBones/usr.sbin/kdb_init kdb_init.c src/eBones/usr.sbin/kerberos kerberos.c src/eBones/usr.sbin/ksrvutil ksrvutil.c src/eBones README.PATCH In-reply-to: Your message of "Thu, 22 Feb 1996 04:37:22 +0300." Date: Wed, 21 Feb 1996 17:58:35 -0800 From: "Justin T. Gibbs" Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk >In message <199602220111.RAA15833@freefall.freebsd.org> Justin T. Gibbs > writes: > >>> >>>I would say this is a _definite_must_ for 2.1. >>> >>>M >>> >>>"Andrey A. Chernov" wrote: > >>Andrey. Wasn't there another patch that I gave you a while back >>for kadmind that you committed to -current but not to -stable? >>You should bring that in as well. > >Sorry, I am completely _not_ interested in commiting anything into >-stable and not plan to spend even few keystrokes to do it. >Feel free to do it by yourself or ask somebody else. A great attitude. The problem with someone else doing the integration into -stable is that its twice as much work for them since you already have a diff file you've brought over to Freefall that will probably splat directly into -stable without any problems. Can I ask why you're so negative about maintaining -stable? >-- >Andrey A. Chernov : And I rest so composedly, /Now, in my bed, >ache@astral.msk.su : That any beholder /Might fancy me dead - >http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. >RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-user Wed Feb 21 19:13:37 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA21932 for cvs-user-outgoing; Wed, 21 Feb 1996 19:13:37 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA21926 Wed, 21 Feb 1996 19:13:29 -0800 (PST) Received: by sequent.kiae.su id AA14607 (5.65.kiae-2 ); Thu, 22 Feb 1996 06:12:51 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Thu, 22 Feb 96 06:12:50 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.3/8.7.3) id GAA05774; Thu, 22 Feb 1996 06:12:11 +0300 (MSK) To: "Justin T. Gibbs" Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org, Mark Murray References: <199602220158.RAA17939@freefall.freebsd.org> In-Reply-To: <199602220158.RAA17939@freefall.freebsd.org>; from "Justin T. Gibbs" at Wed, 21 Feb 1996 17:58:35 -0800 Message-Id: Organization: Olahm Ha-Yetzirah Date: Thu, 22 Feb 1996 06:12:11 +0300 (MSK) X-Mailer: Mail/@ [v2.42 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/eBones/usr.sbin Makefile src/eBones/usr.sbin/fix_kdb_keys Makefile fix_kdb_keys.c src/eBones/usr.sbin/kdb_edit kdb_edit.c src/eBones/usr.sbin/kdb_init kdb_init.c src/eBones/usr.sbin/kerberos kerberos.c src/eBones/usr.sbin/ksrvutil ksrvutil.c src/eBones README.PATCH Lines: 46 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk In message <199602220158.RAA17939@freefall.freebsd.org> Justin T. Gibbs writes: >>In message <199602220111.RAA15833@freefall.freebsd.org> Justin T. Gibbs >> writes: >> >>>> >>>>I would say this is a _definite_must_ for 2.1. >>>> >>>>M >>>> >>>>"Andrey A. Chernov" wrote: >> >>>Andrey. Wasn't there another patch that I gave you a while back >>>for kadmind that you committed to -current but not to -stable? >>>You should bring that in as well. >> >>Sorry, I am completely _not_ interested in commiting anything into >>-stable and not plan to spend even few keystrokes to do it. >>Feel free to do it by yourself or ask somebody else. >A great attitude. The problem with someone else doing the integration >into -stable is that its twice as much work for them since you already >have a diff file you've brought over to Freefall that will probably I can resend latest commited diff to you. >splat directly into -stable without any problems. Can I ask why >you're so negative about maintaining -stable? I think that having -stable is equal to weak -current. -current stays buggy now much more times than in old days. -stable is weak itself too. I remember too many real bug fixes never sneaked into -stable from -current. Moreover, I fear that several nice -current enhancements _never_ be released since releases use -stable. IMHO, -current must be -stable (commit process can stop for several days when snapshot is taken) as in good old days. I don't think I can incline team to kill -stable, but I can not support it personally at least, it is dead end. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-user Wed Feb 21 22:00:52 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29863 for cvs-user-outgoing; Wed, 21 Feb 1996 22:00:52 -0800 (PST) Received: from grumble.grondar.za (root@grumble.grondar.za [196.7.18.130]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA29855 Wed, 21 Feb 1996 22:00:21 -0800 (PST) Received: from grumble.grondar.za (mark@localhost [127.0.0.1]) by grumble.grondar.za (8.7.3/8.7.3) with ESMTP id IAA21899; Thu, 22 Feb 1996 08:00:04 +0200 (SAT) Message-Id: <199602220600.IAA21899@grumble.grondar.za> To: "Justin T. Gibbs" cc: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A.) Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk Chernov, Black Mage) , Mark Murray , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin Makefile src/eBones/usr.sbin/fix_kdb_keys Makefile fix_kdb_keys.c src/eBones/usr.sbin/kdb_edit kdb_edit.c src/eBones/usr.sbin/kdb_init kdb_init.c src/eBones/usr.sbin/kerberos kerberos.c src/eBones/usr.sbin/ksrvutil ksrvutil.c src/eBones README.PATCH Date: Thu, 22 Feb 1996 08:00:03 +0200 From: Mark Murray "Justin T. Gibbs" wrote: > >Sorry, I am completely _not_ interested in commiting anything into > >-stable and not plan to spend even few keystrokes to do it. > >Feel free to do it by yourself or ask somebody else. > > A great attitude. The problem with someone else doing the integration > into -stable is that its twice as much work for them since you already > have a diff file you've brought over to Freefall that will probably > splat directly into -stable without any problems. Can I ask why > you're so negative about maintaining -stable? I'll happily do this. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key From owner-cvs-user Thu Feb 22 12:31:59 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15532 for cvs-user-outgoing; Thu, 22 Feb 1996 12:31:59 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15511 Thu, 22 Feb 1996 12:31:51 -0800 (PST) Date: Thu, 22 Feb 1996 12:31:51 -0800 (PST) From: Peter Wemm Message-Id: <199602222031.MAA15511@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk peter 96/02/22 12:31:51 Branch: . RELENG_2_1_0 Modified: . Makefile Log: Add beforeinstall in libutil to the "includes" target, from -current Revision Changes Path 1.57.4.9 +2 -1 src/Makefile From owner-cvs-user Thu Feb 22 19:02:18 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA14393 for cvs-user-outgoing; Thu, 22 Feb 1996 19:02:18 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA14373 Thu, 22 Feb 1996 19:01:58 -0800 (PST) Date: Thu, 22 Feb 1996 19:01:58 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602230301.TAA14373@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/eBones/usr.bin/kinit kinit.c Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk ache 96/02/22 19:01:57 Modified: eBones/usr.bin/kinit kinit.c Log: Kill gets() found Revision Changes Path 1.5 +3 -3 src/eBones/usr.bin/kinit/kinit.c From owner-cvs-user Sat Feb 24 05:42:07 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA01582 for cvs-user-outgoing; Sat, 24 Feb 1996 05:42:07 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA01551 Sat, 24 Feb 1996 05:41:58 -0800 (PST) Date: Sat, 24 Feb 1996 05:41:58 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602241341.FAA01551@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/lkm/ipfw Makefile ipfw_lkm.c Sender: owner-cvs-user@FreeBSD.ORG Precedence: bulk phk 96/02/24 05:41:57 Modified: lkm/ipfw Makefile Removed: lkm/ipfw ipfw_lkm.c Log: Make the ipfw LKM work again. This concludes this round of updates to ipfw, have at it! Revision Changes Path 1.4 +3 -3 src/lkm/ipfw/Makefile