From owner-freebsd-hackers Sun May 12 11:40:19 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id EED4337B403 for ; Sun, 12 May 2002 11:40:15 -0700 (PDT) Received: from pool0083.cvx40-bradley.dialup.earthlink.net ([216.244.42.83] helo=mindspring.com) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 176yGS-0002g2-00; Sun, 12 May 2002 11:40:13 -0700 Message-ID: <3CDEB6EF.9D61E78E@mindspring.com> Date: Sun, 12 May 2002 11:39:44 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Aaron Angel Cc: hackers@freebsd.org Subject: Re: uptime source code References: <20020512143522.A99703@transa.infoarc.sodaknet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Aaron Angel wrote: > I got around to looking through the source and such, and noticed I > can't seem to find the source to uptime...what distribution is it in > on the CDROM? /usr/src/usr.bin/w Next time, do a "find /usr/src -name Makefile | xargs fgrep uptime", or if, as in this case, you happen to know that there is a manual page for it, "find /usr/src -name uptime.1". -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message