summaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* docs: adjust --help output and warning hintsPavel Raiskup2014-09-191-4/+15
| | | | | | * postgresql-check-db-dir.in: Just fix typos. * postgresql-setup.in: Reorganize --help. * TODO: Adjust after some time.
* README.rpmd-dist: template fixingPavel Raiskup2014-09-161-1/+8
|
* postgresql-setup: expect '--port 5432' implictlyPavel Raiskup2014-07-031-0/+2
| | | | | | | | .. only when '--unit=postgresql'. When user specifies --unit=postgresql@unitname, the --port is still required. Also, don't adjust the 'port = ' configuration in postgresql.conf when not necessary.
* postgresql-check-db-dir generated alsoPavel Raiskup2014-07-011-0/+2
Also generate files using sed as is suggested by autoconf manual (and the autoconf project does so internally).