From owner-freebsd-current@FreeBSD.ORG Sun Apr 5 19:00:23 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D95A510656E6 for ; Sun, 5 Apr 2009 19:00:23 +0000 (UTC) (envelope-from peterwang@vip.qq.com) Received: from smtpbg75.qq.com (smtpbg75.qq.com [119.147.10.234]) by mx1.freebsd.org (Postfix) with SMTP id D7F568FC1F for ; Sun, 5 Apr 2009 19:00:22 +0000 (UTC) (envelope-from peterwang@vip.qq.com) X-QQ-mid: esmtp4t1238957152t6t25689 Received: from PETERWANG-NB (unknown [162.105.61.112]) by esmtp4.qq.com (ESMTP) with SMTP id 0 for ; Mon, 06 Apr 2009 02:45:51 +0800 (CST) Resent-To: freebsd-current@freebsd.org Resent-From: Peter Wang Resent-Date: Mon, 06 Apr 2009 02:45:49 +0800 Resent-Message-ID: X-From-Line: nobody Mon Apr 06 02:33:39 2009 Newsgroups: gmane.os.freebsd.current From: Peter Wang Date: Mon, 06 Apr 2009 02:33:38 +0800 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt) Cancel-Lock: sha1:lnJm2QNRokjUSyiNhCWI5NPE3uI= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 8 Subject: How to find out which ports contains a specified command. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 05 Apr 2009 19:00:25 -0000 for example, after i installed pfsense, which is based on freebsd release 7.1, i found adduser command is missing. so how to find out which ports contains `adduser' command? thanks for your replies. -peter