mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
7e275bc3ae
a/kernel-generic-5.15.19-x86_64-2.txz: Upgraded. a/kernel-huge-5.15.19-x86_64-2.txz: Upgraded. a/kernel-modules-5.15.19-x86_64-2.txz: Upgraded. d/kernel-headers-5.15.19-x86-2.txz: Upgraded. k/kernel-source-5.15.19-noarch-2.txz: Upgraded. -RTC_SYSTOHC_DEVICE "rtc0" RTC_SYSTOHC y -> n isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/source/linux-5.16.5-configs/*: Rebuilt. -RTC_SYSTOHC_DEVICE "rtc0" RTC_SYSTOHC y -> n usb-and-pxe-installers/usbboot.img: Rebuilt.
27 lines
828 B
Text
27 lines
828 B
Text
|
|
This is the source used for Slackware.
|
|
|
|
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, and ^ and $ mark the beginning and end of the pattern to match:
|
|
|
|
fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/*
|
|
/var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp
|
|
|
|
From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package.
|
|
The source will be found in a corresponding subdirectory. In this case, that
|
|
would be ./a/coreutils/.
|
|
|
|
All of these packages have scripts that extract, patch, and compile the source
|
|
automatically. These are the 'SlackBuild' scripts.
|
|
|
|
Have fun!
|
|
|
|
---
|
|
Patrick J. Volkerding
|
|
volkerdi@slackware.com
|