summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-eselect/eselect-php')
-rw-r--r--app-eselect/eselect-php/files/php-fpm-launcher-r213
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" "${@}"