summaryrefslogtreecommitdiff
path: root/contrib/linux/postgres.init.sh
AgeCommit message (Collapse)Author
2001-02-08Remove outdated contrib/linux start scripts. Beat some sense intoPeter Eisentraut
contrib/init.d start script. Place into more aptly named directory. Maybe we could add scripts for other platforms here later.
2000-05-16The old init file won't run under bash on my box.Bruce Momjian
Joseph Shraibman
1999-05-23Remove more -B parameters not needed.Bruce Momjian
1999-05-10This patch is to add more commentsBruce Momjian
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
1998-11-25csh and sh examples were reversed.Thomas G. Lockhart
Update the csh example with new comments and fixes from Thomas' linux box.
1998-04-28Make Linux startup support sh and csh.Bruce Momjian