From: pengbo Date: Wed, 1 Nov 2017 00:47:54 +0000 (+0900) Subject: Add pgpool_rhel7.sysconfig and pgpool_rhel6.sysconfig into the distribution. X-Git-Tag: V3_3_18~1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7e503a6d0fa4328d6bf0b2985be83adfec6ba655;p=pgpool2.git Add pgpool_rhel7.sysconfig and pgpool_rhel6.sysconfig into the distribution. --- diff --git a/Makefile.am b/Makefile.am index 728f6ca21..d653f100c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -139,7 +139,9 @@ EXTRA_DIST = pgpool.8.in sample/pgpool.pam \ test/regression/tests/003.failover/create_expected.sql \ test/regression/tests/003.failover/test.sh \ test/regression/libs.sh \ - redhat/pgpool.init redhat/pgpool.sysconfig redhat/pgpool.conf.sample.patch \ + redhat/pgpool.init \ + redhat/pgpool_rhel7.sysconfig redhat/pgpool_rhel6.sysconfig \ + redhat/pgpool.conf.sample.patch \ redhat/pgpool.service SUBDIRS = parser pcp watchdog diff --git a/Makefile.in b/Makefile.in index 1acfc8fd3..dc4b7f99a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -556,7 +556,9 @@ EXTRA_DIST = pgpool.8.in sample/pgpool.pam \ test/regression/tests/003.failover/create_expected.sql \ test/regression/tests/003.failover/test.sh \ test/regression/libs.sh \ - redhat/pgpool.init redhat/pgpool.sysconfig redhat/pgpool.conf.sample.patch \ + redhat/pgpool.init \ + redhat/pgpool_rhel7.sysconfig redhat/pgpool_rhel6.sysconfig \ + redhat/pgpool.conf.sample.patch \ redhat/pgpool.service SUBDIRS = parser pcp watchdog