Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/files/
Date: Sun, 31 Dec 2017 02:29:05
Message-Id: 1514687233.a6583ef01727d84398499764315cb852a1a9d47a.mjo@gentoo
1 commit: a6583ef01727d84398499764315cb852a1a9d47a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 28 07:22:27 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 02:27:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6583ef0
7
8 app-eselect/eselect-php: remove unused file
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11
12 app-eselect/eselect-php/files/php-fpm-launcher-r2 | 13 -------------
13 1 file changed, 13 deletions(-)
14
15 diff --git a/app-eselect/eselect-php/files/php-fpm-launcher-r2 b/app-eselect/eselect-php/files/php-fpm-launcher-r2
16 deleted file mode 100644
17 index 3a6b2720fa6..00000000000
18 --- a/app-eselect/eselect-php/files/php-fpm-launcher-r2
19 +++ /dev/null
20 @@ -1,13 +0,0 @@
21 -#!/bin/sh
22 -
23 -. /lib/gentoo/functions.sh
24 -
25 -# If there are no arguments, then "shift" will fail (bug 626496).
26 -if [ $# -eq 0 ]; then
27 - PHP_SLOT=$(eselect php show fpm)
28 -else
29 - PHP_SLOT=$1
30 - shift
31 -fi
32 -
33 -exec "/usr/$(get_libdir)/${PHP_SLOT}/bin/php-fpm" "${@}"