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
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')
-rw-r--r--app-eselect/eselect-php/files/php-fpm-launcher7
1 files changed, 0 insertions, 7 deletions
diff --git a/app-eselect/eselect-php/files/php-fpm-launcher b/app-eselect/eselect-php/files/php-fpm-launcher
deleted file mode 100644
index 7a1c1c9f918b..000000000000
--- a/app-eselect/eselect-php/files/php-fpm-launcher
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-PHPSLOT="${1}"
-[ -z "${PHPSLOT}" ] && PHPSLOT="$(eselect php show fpm)"
-shift
-
-exec /usr/lib/${PHPSLOT}/bin/php-fpm "${@}"