From aa49c2f1f1f89bca0ca6c6ed5c93c49f6e5c95e5 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 2 Oct 2014 18:06:17 +0200 Subject: sysvinit: generate init file when needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From now, if ./configure --with-sysvinit is done, we install init script and do not install systemd files. Original patch written by Jozef MlĂ­ch (jmlich@redhat.com). * Makefile.am (initscriptsdir, nodist_initscripts_DATA): New variables. New postgresql.init target. * configure.ac: Add --with-sysvinit option. * postgresql.init.in: New sysvinit template. * .gitignore: Mention postgresql.init. * NEWS: Document. --- NEWS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 496e607..d65787e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -New in 1.0.0 version +New in 2.0 version + +* With configre --with-sysvinit we are able to install sysvinit + configuration instead of systemd. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +New in 1.0 version * The postgresql-check-db-dir is now more strict to admin's configuration and tries to avoid future incompatibilities by warning about the -- cgit