From owner-freebsd-questions@FreeBSD.ORG Sun Apr 5 22:34:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE474106566C for ; Sun, 5 Apr 2009 22:34:12 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 82ADC8FC18 for ; Sun, 5 Apr 2009 22:34:12 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so1441093qwb.7 for ; Sun, 05 Apr 2009 15:34:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=WzSe2V4I5/J7wEypsN6oFQYMp2fssIQVuVUPk6Ig3nU=; b=B2Kkma+DBmo7VifzQ2Ag0ccbaUVq3MU2BGW2DOeP55ok4GlHFF52kE1IgPddi0nAFh xNl2OAimke38kAB6mxtsi8fbsSSVncbKKUhrzAFh79Vv5OYAYpwpBUGJl6JNmtFjlxYn iRRbYq/VAl6Mgx0ElV2985Oa4Nt7VBAkPtGeU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Bup/gb8+4Mg2S7KoUTxrbSZ3fqeBfdXoa2DXQNcfR1pDjRzKId9mrzTHDe2lg9ESJ3 LztRfaPr+VJ/uf+n/XL9vUVd7QN8GY5LXxAXsgKr6N9azabsFopbdI9Sd715TAq68EMD zbRBdHZnLE20gP6IArXFVzybSBCXOMhiMWz98= MIME-Version: 1.0 Received: by 10.229.84.213 with SMTP id k21mr796128qcl.19.1238969637535; Sun, 05 Apr 2009 15:13:57 -0700 (PDT) In-Reply-To: References: Date: Sun, 5 Apr 2009 18:13:57 -0400 Message-ID: From: "illoai@gmail.com" To: Peter Wang , freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: How to find out which ports contains a specified command. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2009 22:34:13 -0000 2009/4/5 Peter Wang : > > 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. > % which adduser /usr/sbin/adduser Thus it is part of the base system, installed through /usr/src rather than /usr/ports. Also, as you are running (essentially) 7.x, this is probably better on freebsd-questions than current. -- --