From 0c4c172d6ed8bbb2bbfcf360244468a9ef51e3ed Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 18 Sep 2014 16:19:54 +0200 Subject: postgresql-setup: leftovers, user feeling * postgresql-setup.in (USAGE_STRING): Mention --port option. (initdb): Mention in info output the non-standard port, when used. * postgresql-setup.in: Do not throw the default-port message always, remved remaining sysconfig leftover. * NEWS: Mention that env files are now supported. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8949f01..b49039b 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,10 @@ New in 0.9.2 version http://www.spinics.net/lists/fedora-devel/msg200450.html . We encourage users to configure via postgresql.service.d/ drop-in directory. +* postgresql-setup is now able to (the very ugly way, though) to read + environment variable setup from systemd's environment files specified + via EnvironmentFile= statement (reminded by private rhbz#1135611). + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New in 0.9.1 version -- cgit