From owner-freebsd-current@FreeBSD.ORG Wed Mar 10 16:03:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81DA016A4CE for ; Wed, 10 Mar 2004 16:03:08 -0800 (PST) Received: from tx0.oucs.ox.ac.uk (tx0.oucs.ox.ac.uk [129.67.1.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB2443D3F for ; Wed, 10 Mar 2004 16:03:06 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan0.oucs.ox.ac.uk ([129.67.1.162] helo=localhost) by tx0.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1B1DfF-00008w-Dj for freebsd-current@freebsd.org; Thu, 11 Mar 2004 00:03:05 +0000 Received: from rx0.oucs.ox.ac.uk ([129.67.1.161]) by localhost (scan0.oucs.ox.ac.uk [129.67.1.162]) (amavisd-new, port 25) with ESMTP id 32684-08 for ; Thu, 11 Mar 2004 00:03:05 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx0.oucs.ox.ac.uk with smtp (Exim 4.24) id 1B1DfE-00008U-32 for freebsd-current@freebsd.org; Thu, 11 Mar 2004 00:03:05 +0000 Received: (qmail 7818 invoked by uid 1004); 11 Mar 2004 00:03:04 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.217774 secs); 11 Mar 2004 00:03:04 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 11 Mar 2004 00:03:03 -0000 Message-Id: <6.0.1.1.1.20040311000107.03ce7298@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Thu, 11 Mar 2004 00:03:01 +0000 To: Ceri Davies From: Colin Percival In-Reply-To: <20040310234346.GT368@submonkey.net> References: <1078961394.1338.0.camel@server.mcneil.com> <20040310233156.GS368@submonkey.net> <1078961864.1410.0.camel@server.mcneil.com> <20040310234346.GT368@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-current@freebsd.org Subject: Re: authpf user missing from master.passwd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 00:03:08 -0000 At 23:43 10/03/2004, Ceri Davies wrote: >Oh, you meant *that* master.passwd! Sorry, I could have sworn that I >saw Max add it but am clearly mistaken. You did see it: >mlaier 2004/03/08 14:03:29 PST > > FreeBSD src repository > > Modified files: > etc Makefile group inetd.conf master.passwd > protocols > libexec Makefile > sbin Makefile > share/examples/etc make.conf > sys/conf NOTES > sys/modules Makefile > usr.sbin Makefile > Added files: > etc pf.conf pf.os > Log: > Link pf to the build and install: > This adds the former ports registered groups: proxy and authpf as well as > the proxy user. Make sure to run mergemaster -p in oder to complete make > installworld without errors. Colin Percival