summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-07-26 11:53:05 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-07-26 11:53:05 -0400
commit24b77433ba7a83847fda5a75663bf281a0b87c2a (patch)
tree814b764ab97b1c96ede5bc798dc17e5648aca142 /configure.ac
parentInstall the php-fpm init scripts conditional on --enable-fpm. (diff)
downloadeselect-php-24b77433ba7a83847fda5a75663bf281a0b87c2a.tar.gz
eselect-php-24b77433ba7a83847fda5a75663bf281a0b87c2a.tar.bz2
eselect-php-24b77433ba7a83847fda5a75663bf281a0b87c2a.zip
Use "init.d" and "conf.d" subdirectories of "openrc".
OpenRC's init and conf files need to be named the same, and so we hit problems trying to store them both in the "openrc" directory. This commit puts the conf file in a "conf.d" subdirectory and the init script in an "init.d" subdirectory.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 02aeaf2..a55baf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,6 @@ AC_ARG_WITH(piddir, AC_HELP_STRING([--with-piddir=DIR],
AC_SUBST(piddir)
# List of output files.
-AC_CONFIG_FILES([Makefile src/php.eselect.in openrc/php-fpm.in])
+AC_CONFIG_FILES([Makefile src/php.eselect.in openrc/init.d/php-fpm.in])
AC_OUTPUT