From: Nico Kadel-Garcia on
Allen Kistler wrote:
> Rahul wrote:
>> I wanted to custimize the linux command "write" (send messages to tty) by
>> modifying the source a bit. I'm having a hard time figuring out where the
>> source lies on my RHEL system.
>>
>> I normally use the yum install feature. I've been told write is a part of
>> util-linux and to use up2date --get-source to do this on older systems. Any
>> ideas what's the best way to do this?
>>
>
> Go to ftp://ftp.redhat.com/pub/redhat/linux/enterprise/ and browse from
> there, depending upon what version you've got. That's how Centos,
> Whitebox, etc., get the sources to build their supportless clones.

Their clones are also fascinating. Like Fedora, they've felt free to add
features (such as the mock build system and the NTFS enabled kernels available
in their yum repositories), and their 'yum' software publishing setup works
considerably better than up2date or up2date-wearing-grandma's-clothing
disguised as the yum-rhn-plugin package in RHEL 5.

That said, the RedHat FTP site is usually wildly overburdened. Look for a
local mirror for better download performance, one that supports 'rsync' rather
than FTP so that you can update a local mirror.
From: J.O. Aho on
Nico Kadel-Garcia wrote:
> Allen Kistler wrote:

>> Go to ftp://ftp.redhat.com/pub/redhat/linux/enterprise/ and browse from
>> there, depending upon what version you've got. That's how Centos,
>> Whitebox, etc., get the sources to build their supportless clones.
>
> Their clones are also fascinating. Like Fedora, they've felt free to add
> features (such as the mock build system and the NTFS enabled kernels
> available in their yum repositories), and their 'yum' software
> publishing setup works considerably better than up2date or
> up2date-wearing-grandma's-clothing disguised as the yum-rhn-plugin
> package in RHEL 5.

Fedora Core ain't a clone of RHEL, but the testing ground for RHEL, so
what is done in FC may appear in RHEL.


--

//Aho
From: Nico Kadel-Garcia on
J.O. Aho wrote:
> Nico Kadel-Garcia wrote:
>> Allen Kistler wrote:
>
>>> Go to ftp://ftp.redhat.com/pub/redhat/linux/enterprise/ and browse from
>>> there, depending upon what version you've got. That's how Centos,
>>> Whitebox, etc., get the sources to build their supportless clones.
>>
>> Their clones are also fascinating. Like Fedora, they've felt free to
>> add features (such as the mock build system and the NTFS enabled
>> kernels available in their yum repositories), and their 'yum' software
>> publishing setup works considerably better than up2date or
>> up2date-wearing-grandma's-clothing disguised as the yum-rhn-plugin
>> package in RHEL 5.
>
> Fedora Core ain't a clone of RHEL, but the testing ground for RHEL, so
> what is done in FC may appear in RHEL.

Well, yes. They're also not bound by the 'must not commit major upgrades'
requirements of a commercially supported OS. So CentOS 4, for example, had a
published upgrade to PGP 5, and it's freeware supported on top of the existing
infrastructure. And some things from CentOS get ported over to RHEL: take a
look at the timeline and sources of revisions for the DVD installation image
building tool for an example of tools migrating back and forth and improving
in the process.