> Where on the internet can I get the source for the basic necessary linux
> things? (i.e. the things in /bin, /sbin, /usr/bin, and /usr/sbin)
> Specifically I need to find lpd, which I suppose I could search for, but
> I was wondering if there is a website with links to all of those things.
> (Freshmeat proved VERY inadequate for this purpose.) Thanks.

One thing you could do is, on an rpm distributed system, do a 'rpm -qf
`which lpd`' and then look on the ftp sites for a package under SRPMS
that corresponds to the answer that command gave you.

Install that package and yo'll have the source.


Most Linux's archive whole systems together, even those that don't use
"package management" so you'd still have to know which tarball to retrieve
to get the source you need.

Otherwise, you can browse the FreeBSD sites, lots and lots of Linux code
has common ancestry with the *BSDs.  lpd is pretty much stolen directly
(it's the "Berkeley printing daemon").  It might not compile directly, but
the code itself will be pertinant.

_____________________   _                    _   _________________________
         Michael Rice  |_|    Collective    |_|  http://www.colltech.com
   [EMAIL PROTECTED]    |_  Technologies  _|    8007598888/8019292 pager 
           Consultant      []            []      "The Power Of Many Minds"   

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to