Index of /transameritech2/SLACKWAR
Name Last modified Size Description
Parent Directory 18-Sep-2007 22:19 -
00INDEX.TXT 20-Nov-1994 03:03 57k
A/ 20-Nov-1994 03:03 -
AP/ 20-Nov-1994 03:03 -
CHECKSUM 20-Nov-1994 03:03 84k
CONTRIB/ 20-Nov-1994 03:03 -
D/ 20-Nov-1994 03:03 -
E/ 20-Nov-1994 03:03 -
EXTRA-ST/ 20-Nov-1994 03:03 -
FILE_LIS 20-Nov-1994 03:03 139k
IV/ 20-Nov-1994 03:03 -
MANIFEST 20-Nov-1994 03:03 4.0M
N/ 20-Nov-1994 03:04 -
OIPATCHE/ 20-Nov-1994 03:03 -
OOP/ 20-Nov-1994 03:03 -
RESCUE/ 20-Nov-1994 03:03 -
T/ 20-Nov-1994 03:03 -
TCL/ 20-Nov-1994 03:03 -
TRANS.TBL 01-Jan-1970 00:18 1k
U/ 20-Nov-1994 03:03 -
X/ 20-Nov-1994 03:03 -
XAP/ 20-Nov-1994 03:03 -
XV/ 20-Nov-1994 03:03 -
Y/ 20-Nov-1994 03:03 -
This is the source used for Slackware 2.0.2.
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.3.tgz package in ./n has patches needed for some of these (mostly
the news/mail software).