From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11104139694 for ; Wed, 26 Jul 2017 00:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FF99E0E59; Wed, 26 Jul 2017 00:05:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C86FE0E59 for ; Wed, 26 Jul 2017 00:05:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0BC8341779 for ; Wed, 26 Jul 2017 00:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 301CD74C3 for ; Wed, 26 Jul 2017 00:05:29 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1501026631.73eb1177d214d7d103b21162b45b45ed6117209f.mjo@gentoo> Subject: [gentoo-commits] proj/eselect-php:master commit in: / X-VCS-Repository: proj/eselect-php X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 73eb1177d214d7d103b21162b45b45ed6117209f X-VCS-Branch: master Date: Wed, 26 Jul 2017 00:05:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f447983-6197-4e4f-8acb-52e879a73755 X-Archives-Hash: 0cfa8ba17d5a8b2e8266099bb13db8ab commit: 73eb1177d214d7d103b21162b45b45ed6117209f Author: Michael Orlitzky gentoo org> AuthorDate: Tue Jul 25 23:50:31 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Jul 25 23:50:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=73eb1177 Makefile.am: install the php-fpm.conf file with "make install". Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2b3bf67..1abef9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,9 @@ eselectdir = $(datadir)/eselect/modules nodist_eselect_DATA = $(srcdir)/src/php.eselect initdir = $(sysconfdir)/init.d +confdir = $(sysconfdir)/conf.d nodist_init_DATA = $(srcdir)/openrc/php-fpm +nodist_conf_DATA = $(srcdir)/openrc/php-fpm.conf # Without EXTRA_DIST, these files don't wind up in the tarball. EXTRA_DIST = $(srcdir)/src/70_mod_php.conf.in openrc/*.*