Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |