diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-28 08:22:27 +0100 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-12-30 21:27:13 -0500 |
commit | a6583ef01727d84398499764315cb852a1a9d47a (patch) | |
tree | 5b9147680cfe2ac29178365cc52be3675a0a0b1b /app-eselect/eselect-php/files | |
parent | sys-apps/systemd: cleanup gentoo-specific patch naming (diff) | |
download | gentoo-a6583ef01727d84398499764315cb852a1a9d47a.tar.gz gentoo-a6583ef01727d84398499764315cb852a1a9d47a.tar.bz2 gentoo-a6583ef01727d84398499764315cb852a1a9d47a.zip |
app-eselect/eselect-php: remove unused file
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-php/files')
-rw-r--r-- | app-eselect/eselect-php/files/php-fpm-launcher-r2 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-eselect/eselect-php/files/php-fpm-launcher-r2 b/app-eselect/eselect-php/files/php-fpm-launcher-r2 deleted file mode 100644 index 3a6b2720fa67..000000000000 --- a/app-eselect/eselect-php/files/php-fpm-launcher-r2 +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -. /lib/gentoo/functions.sh - -# If there are no arguments, then "shift" will fail (bug 626496). -if [ $# -eq 0 ]; then - PHP_SLOT=$(eselect php show fpm) -else - PHP_SLOT=$1 - shift -fi - -exec "/usr/$(get_libdir)/${PHP_SLOT}/bin/php-fpm" "${@}" |