diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-12-04 06:37:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-12-04 06:37:26 +0000 |
commit | caf4da8a20f7a74b7ee5e326f6f4d51a8bb62df6 (patch) | |
tree | 4c43be7d5af36e724bcec1c9ea02d904915eb48c /doc/src/FAQ/FAQ_DEV.html | |
parent | 79d5f6f6ec3258b44f59adebc3e7478e82343b58 (diff) | |
download | postgresql-caf4da8a20f7a74b7ee5e326f6f4d51a8bb62df6.tar.gz postgresql-caf4da8a20f7a74b7ee5e326f6f4d51a8bb62df6.zip |
Update FAQ_DEV.
Diffstat (limited to 'doc/src/FAQ/FAQ_DEV.html')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 23fb8fc8cbe..713f14a0eab 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -560,17 +560,17 @@ <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> |