Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/postgresql: split data and configs | Jakub Jirutka | 2017-04-15 | 1 | -20/+35 |
| | | | | | | | | | Configuration files belong to /etc, not /var/lib/. This change is inspired by Gentoo package. This change will NOT affect existing users, until they update their /etc/conf.d/postgresql config to the new format without changing conf_dir. | ||||
* | main/postgresql: rewrite runscript | Jakub Jirutka | 2017-04-15 | 1 | -108/+161 |
| | | | | But keep it backward compatible with old confd. | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | main/postgresql fix unix_socket_directories get_config parameter | Alan Messias Cordeiro de Lacerda | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | main/postgresql: remove invalid and redundant options from init.d | Timo Teräs | 2014-06-04 | 1 | -1/+1 |
| | | | | makes postgres start again. fixes #2984 | ||||
* | main/postgresql: fix init scripts for 9.2 | Natanael Copa | 2012-11-07 | 1 | -56/+68 |
| | | | | | | | - change some variables, {NICE,RUDE,FORCE}_TIMEOUT to correspond with gentoo variables, while still beeing backawards compatible - change data dir to 9.2 - patch initdb to not suggest how to start postgresql | ||||
* | main/postfix: replace opts in init.d script | Natanael Copa | 2012-01-19 | 1 | -1/+2 |
| | | | | ref #943 | ||||
* | main/postgres: fix init.d script pid checking | Timo Teräs | 2011-10-30 | 1 | -1/+2 |
| | | | | | The pid file contains a lot of numeric stuff. The first line is the PID, so use just 'read' to get it instead of the grep. | ||||
* | main/postgresql: enhancements to the database restore on reboot | Nathan Angelacos | 2010-05-17 | 1 | -8/+28 |
| | |||||
* | main/postgresql: depend on client. added pg-restore init.d script | Natanael Copa | 2010-03-29 | 1 | -1/+4 |
| | | | | | New feature to restore backe up databases on bootup. Helps when you run postgresql databases from tmpfs. | ||||
* | main/postgresql: check if data directory is empty on setup | Natanael Copa | 2009-09-24 | 1 | -0/+1 |
| | |||||
* | main/postgresql: start service after firewall | Natanael Copa | 2009-09-16 | 1 | -0/+1 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 1 | -0/+113 |
and fixed misc build issues |