aboutsummaryrefslogtreecommitdiff
path: root/contrib/linux
Commit message (Collapse)AuthorAge
* Remove outdated contrib/linux start scripts. Beat some sense intoPeter Eisentraut2001-02-08
| | | | | contrib/init.d start script. Place into more aptly named directory. Maybe we could add scripts for other platforms here later.
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add option to build with OpenSSL out of the box. Fix thusly exposed bit rot. Although it compiles now, getting this to do something useful is left as an exercise. * Fix Kerberos options to defer checking for required libraries until all the other libraries are checked for. * Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc. * Install work around for Autoconf's install-sh relative path anomaly. Get rid of old INSTL_*_OPTS variables, now that we don't need them anymore. * Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX. * Look for only one of readline.h or readline/readline.h, not both. * Make check for PS_STRINGS cacheable. Don't test for the header files separately. * Disable fcntl(F_SETLK) test on Linux. * Substitute the standard GCC warnings set into CFLAGS in configure, don't add it on in Makefile.global. * Sweep through contrib tree to teach makefiles standard semantics. ... and in completely unrelated news: * Make postmaster.opts arbitrary options-aware. I still think we need to save the environment as well.
* Update to /contrib from Karel.Bruce Momjian2000-06-19
|
* Add missing /contrib files to CVS.Bruce Momjian2000-06-15
|
* The old init file won't run under bash on my box.Bruce Momjian2000-05-16
| | | | Joseph Shraibman
* Remove more -B parameters not needed.Bruce Momjian1999-05-23
|
* This patch is to add more commentsBruce Momjian1999-05-10
| | | | | | | | | | | | | | | | | | to postgres.init.sh , clairify the options available, and to add easy support for installation of postgres into the runlevel system. "sh postgres.init.sh install" Will now install "postgres" in the /etc/rc.d/init.d directory and execute /sbin/chkconfig to hook up the symbolic links. An uninstall option is also added. Enclosed is the patch and the patched file Clark
* csh and sh examples were reversed.Thomas G. Lockhart1998-11-25
| | | | Update the csh example with new comments and fixes from Thomas' linux box.
* Make Linux startup support sh and csh.Bruce Momjian1998-04-28
|
* Improved version from ClaudiuBruce Momjian1998-04-27
|
* Allow logging of output to syslog or /tmp/postgres.log.Thomas G. Lockhart1997-12-06
| | | | | | Put all configurable parameters near top of file. Remove explicit path to postmaster executable. More comments.
* Add comments to assist with installation.Thomas G. Lockhart1997-05-17
|
* Linux-specific (RedHat variant) postgres system startup routine.Thomas G. Lockhart1997-05-17
Initial version.