From owner-freebsd-hackers Fri Nov 21 17:19:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01317 for hackers-outgoing; Fri, 21 Nov 1997 17:19:50 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA01309 for ; Fri, 21 Nov 1997 17:19:44 -0800 (PST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id CAA28277; Sat, 22 Nov 1997 02:06:25 +0100 (MET) From: Wolfgang Helbig Message-Id: <199711220106.CAA28277@rvc1.informatik.ba-stuttgart.de> Subject: Re: Where sources for chpass? In-Reply-To: <199711211700.JAA17886@super.zippo.com> from Francisco Reyes at "Nov 21, 97 12:02:16 pm" To: reyesf@super.zippo.com Date: Sat, 22 Nov 1997 02:06:24 +0100 (MET) Cc: hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I was looking for the sources for chpass and could not find them. > During installation I said to include several group of sources > (/usr/src/bin, /usr/src/sbin, etc..). Perhaps I missed one? How do I > go about getting the sources for chpass? > > What is the easiest way to search for sources? Is there are relation > between the location of the executable and the location of the > sources? Looking at /usr/src/bin and /usr/src/sbin seemed like there > are many sources missing from what I installed. Use whereis(1), locate(1) or find(1). Wolfgang