Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2009 18:13:57 -0400
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        Peter Wang <peterwang@vip.qq.com>, freebsd-questions@freebsd.org
Subject:   Re: How to find out which ports contains a specified command.
Message-ID:  <d7195cff0904051513m554616eaha6196f91931c81e6@mail.gmail.com>
In-Reply-To: <u7i1zhrwd.fsf@vip.qq.com>
References:  <u7i1zhrwd.fsf@vip.qq.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2009/4/5 Peter Wang <peterwang@vip.qq.com>:
>
> 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.


-- 
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d7195cff0904051513m554616eaha6196f91931c81e6>