From 79d5f6f6ec3258b44f59adebc3e7478e82343b58 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 4 Dec 2001 06:35:51 +0000 Subject: [PATCH] Update FAQ_DEV. --- doc/src/FAQ/FAQ_DEV.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 4c8956095b..23fb8fc8cb 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -556,22 +556,24 @@ paradigm. 'How is the RPM built?' is a multifaceted question. The obvious simple answer is that I maintain:

-

1.) A set of patches to make certain portions of the source tree - 'behave' in the different environment of the RPMset;

+
    +
  1. A set of patches to make certain portions of the source tree + 'behave' in the different environment of the RPMset;
  2. -

    2.) The initscript;

    +
  3. 2.) The initscript;
  4. -

    3.) Any other ancilliary scripts and files;

    +
  5. 3.) Any other ancilliary scripts and files;
  6. -

    4.) A README.rpm-dist document that tries to adequately document +

  7. 4.) A README.rpm-dist document that tries to adequately document both the differences between the RPM build and the WHY of the differences, as well as useful RPM environment operations (like, using syslog, upgrading, getting postmaster to start at OS boot, - etc);

    - -

    5.) The spec file that throws it all together. This is not a - trivial undertaking in a package of this size.

    + etc);
  8. +
  9. 5.) The spec file that throws it all together. This is not a + trivial undertaking in a package of this size.
  10. +
+

I then download and build on as many different canonical distributions as I can -- currently I am able to build on Red Hat 6.2, 7.0, and 7.1 on my personal hardware. Occasionally I receive -- 2.11.0