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 [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message