Update FAQ_DEV.
authorBruce Momjian <[email protected]>
Tue, 4 Dec 2001 06:37:29 +0000 (06:37 +0000)
committerBruce Momjian <[email protected]>
Tue, 4 Dec 2001 06:37:29 +0000 (06:37 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 7f2b700d28454ab42ba33b621ebc775a09216926..e9303abae75670ab50f3ccddcccc39f3a821e77b 100644 (file)
@@ -455,15 +455,15 @@ typedef struct nameData
    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;
-    2. 2.) The initscript;
-    3. 3.) Any other ancilliary scripts and files;
-    4. 4.) A README.rpm-dist document that tries to adequately document
-       both the differences between the RPM build and the WHY of the
+    2. The initscript;
+    3. Any other ancilliary scripts and files;
+    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. 5.) The spec file that throws it all together. This is not a
-       trivial undertaking in a package of this size.
+    5. The spec file that throws it all together. This is not a trivial
+       undertaking in a package of this size.
        
    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
index 23fb8fc8cbe8e1b386c4197b71b2ae71d689d49b..713f14a0eab1da2831d870dd497a5787419bad55 100644 (file)
     <LI>A set of patches to make certain portions of the source tree
     'behave' in the different environment of the RPMset;</LI>
 
-    <LI>2.) The initscript;</LI>
+    <LI>The initscript;</LI>
 
-    <LI>3.) Any other ancilliary scripts and files;</LI>
+    <LI>Any other ancilliary scripts and files;</LI>
 
-    <LI>4.) A README.rpm-dist document that tries to adequately document
+    <LI>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);</LI>
 
-    <LI>5.) The spec file that throws it all together. This is not a
+    <LI>The spec file that throws it all together. This is not a
     trivial undertaking in a package of this size.</LI>
     </OL>