Index of /ldr199410/DISC2/SLACKSRC

      Name                    Last modified       Size  Description

[DIR] Parent Directory 19-Apr-2005 03:33 - [DIR] A/ 19-Apr-2005 03:26 - [DIR] AP/ 19-Apr-2005 03:26 - [DIR] CONTRIB/ 19-Apr-2005 03:26 - [DIR] D/ 19-Apr-2005 03:25 - [DIR] E/ 19-Apr-2005 03:25 - [DIR] EXTRA_ST/ 19-Apr-2005 03:25 - [TXT] FILE_LIS 11-Jun-1994 16:58 77k [DIR] IV/ 19-Apr-2005 03:25 - [DIR] KERNEL_S/ 19-Apr-2005 03:25 - [TXT] MANIFEST 11-Jun-1994 16:51 4.0M [DIR] N/ 19-Apr-2005 03:24 - [DIR] OIPATCHE/ 19-Apr-2005 03:23 - [DIR] OOP/ 19-Apr-2005 03:23 - [DIR] RESCUE/ 19-Apr-2005 03:23 - [DIR] T/ 19-Apr-2005 03:23 - [DIR] TCL/ 19-Apr-2005 03:23 - [DIR] U/ 19-Apr-2005 03:23 - [DIR] X/ 19-Apr-2005 03:23 - [DIR] XAP/ 19-Apr-2005 03:23 - [DIR] XV/ 19-Apr-2005 03:23 - [DIR] Y/ 19-Apr-2005 03:23 - [TXT] YMTRANS.TBL 06-Oct-1994 12:05 1k


This is the source used for Slackware 2.0.0.

To look for a particular bit of source (let's say for 'cp'), first you
would look for the full path:

fuzzy:~# which cp
/bin/cp

Then, you grep for the package it came from. Note that the leading '/'
is removed:

fuzzy:~# grep bin/cp /var/adm/packages/*
/var/adm/packages/bin:bin/cp
/var/adm/packages/cpio:bin/cpio
/var/adm/packages/perl:usr/bin/cppstdin

From this, you can see that 'cp' came from the bin.tgz package. The source 
will be found in a corresponding subdirectory. In this case, that would be
./a/bin.

Also, note that most of the networking code is supplied "unported" - the
newspak-2.2.tgz package in ./n has patches needed for some of these (mostly
the news/mail software).