commit:     a6583ef01727d84398499764315cb852a1a9d47a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Dec 28 07:22:27 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:27:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6583ef0

app-eselect/eselect-php: remove unused file

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 app-eselect/eselect-php/files/php-fpm-launcher-r2 | 13 -------------
 1 file changed, 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 3a6b2720fa6..00000000000
--- 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" "${@}"

Reply via email to