Index of /ldr199410/DISC2/SLACKSRC
Name Last modified Size Description
Parent Directory 19-Apr-2005 03:33 -
A/ 19-Apr-2005 03:26 -
AP/ 19-Apr-2005 03:26 -
CONTRIB/ 19-Apr-2005 03:26 -
D/ 19-Apr-2005 03:25 -
E/ 19-Apr-2005 03:25 -
EXTRA_ST/ 19-Apr-2005 03:25 -
FILE_LIS 11-Jun-1994 16:58 77k
IV/ 19-Apr-2005 03:25 -
KERNEL_S/ 19-Apr-2005 03:25 -
MANIFEST 11-Jun-1994 16:51 4.0M
N/ 19-Apr-2005 03:24 -
OIPATCHE/ 19-Apr-2005 03:23 -
OOP/ 19-Apr-2005 03:23 -
RESCUE/ 19-Apr-2005 03:23 -
T/ 19-Apr-2005 03:23 -
TCL/ 19-Apr-2005 03:23 -
U/ 19-Apr-2005 03:23 -
X/ 19-Apr-2005 03:23 -
XAP/ 19-Apr-2005 03:23 -
XV/ 19-Apr-2005 03:23 -
Y/ 19-Apr-2005 03:23 -
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).