summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-10-16 10:40:08 -0400
committerMichael Orlitzky <mjo@gentoo.org>2020-10-16 10:42:47 -0400
commitc4165bd92e2045bd41ee0dfeecbc8a5f7505192e (patch)
tree1cd03615874e896fc2c79ba2b6a482a2fa739606 /app-eselect/eselect-php/files/php-fpm-launcher-r3
parentdev-lang/go: remove 1.15.2 (diff)
downloadgentoo-c4165bd92e2045bd41ee0dfeecbc8a5f7505192e.tar.gz
gentoo-c4165bd92e2045bd41ee0dfeecbc8a5f7505192e.tar.bz2
gentoo-c4165bd92e2045bd41ee0dfeecbc8a5f7505192e.zip
app-eselect/eselect-php: remove obsolete versions.
Bug: https://bugs.gentoo.org/740620 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-php/files/php-fpm-launcher-r3')
-rw-r--r--app-eselect/eselect-php/files/php-fpm-launcher-r311
1 files changed, 0 insertions, 11 deletions
diff --git a/app-eselect/eselect-php/files/php-fpm-launcher-r3 b/app-eselect/eselect-php/files/php-fpm-launcher-r3
deleted file mode 100644
index a2b6eabc4da5..000000000000
--- a/app-eselect/eselect-php/files/php-fpm-launcher-r3
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/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/@libdir@/${PHP_SLOT}/bin/php-fpm" "${@}"