From owner-freebsd-current@FreeBSD.ORG Fri Mar 12 21:55:30 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 9B26916A4CE for ; Fri, 12 Mar 2004 21:55:30 -0800 (PST) Received: from msr20.hinet.net (msr20.hinet.net [168.95.4.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id E240343D1D for ; Fri, 12 Mar 2004 21:55:29 -0800 (PST) (envelope-from chenwen.chien@msa.hinet.net) Received: from [127.0.0.1] (61-229-151-175.HINET-IP.hinet.net [61.229.151.175]) by msr20.hinet.net (8.9.3/8.9.3) with ESMTP id NAA03360 for ; Sat, 13 Mar 2004 13:55:28 +0800 (CST) Date: Sat, 13 Mar 2004 13:54:20 +0800 From: Chenwen Chien To: freebsd-current@freebsd.org Message-Id: <20040313134947.DB44.CHENWEN.CHIEN@msa.hinet.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! Ver. 2.07.02 X-Mailman-Approved-At: Sat, 13 Mar 2004 05:15:14 -0800 Subject: How to MANUALLY add proxy user/group for pf? 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: Sat, 13 Mar 2004 05:55:30 -0000 The latest update of current need to use 'mergemaster -p' to add proxy user/group. But I got a message said that my master.passwd and group has the same CVS Id with the new one so there won't be any update. How can I manually add these user/group to the system so I can use the packet filter function. Please help. Thanks.