From bf2d81763f53abf2d2d42e86af30b62abe4466ff Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 21 Jun 2014 21:44:31 +0200 Subject: configury: make it non-foreign This makes us to do some additional documentation, but it should not be so hard. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..9043b00 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,19 @@ +2014-06-21 Pavel Raiskup + postgresql-setup: do not resist on PGPORT in service file + + We use /etc/sysconfig/postgresql for PGDATA configuration. PGPORT there + is optional as it is possible (and it is by default) to configure it in + postgresql.conf. + +2014-06-21 Pavel Raiskup + + postgresql-setup: split this script from postgresql package + + Maintenance of postgresql-setup script becoming harder and dealing with + its development in Fedora Rawhide dist-git costs quite a lot of work. + Turns out that it would be better to start development separately and + possibly package it separately also in future (which would be beneficial + because we could not respin whole PostgreSQL package for hot-fix in + postgresql-setup). + + Possibly, this package could be useful for other distributions. -- cgit